20001231
- (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS. for multiple reasons.
This commit is contained in:
parent
59f68794f4
commit
fa2d2236f6
|
@ -1,3 +1,7 @@
|
||||||
|
20001231
|
||||||
|
- (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
|
||||||
|
for multiple reasons.
|
||||||
|
|
||||||
20001230
|
20001230
|
||||||
- (bal) OpenBSD CVS Update
|
- (bal) OpenBSD CVS Update
|
||||||
- markus@cvs.openbsd.org 2000/12/28 18:58:30
|
- markus@cvs.openbsd.org 2000/12/28 18:58:30
|
||||||
|
|
|
@ -78,10 +78,6 @@ enum
|
||||||
# endif /* PATH_MAX */
|
# endif /* PATH_MAX */
|
||||||
#endif /* MAXPATHLEN */
|
#endif /* MAXPATHLEN */
|
||||||
|
|
||||||
#ifndef MAXHOSTNAMELEN
|
|
||||||
# define MAXHOSTNAMELEN 64
|
|
||||||
#endif /* MAXHOSTNAMELEN */
|
|
||||||
|
|
||||||
#ifndef STDIN_FILENO
|
#ifndef STDIN_FILENO
|
||||||
# define STDIN_FILENO 0
|
# define STDIN_FILENO 0
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue