- (bal) Reverted out of MAXHOSTNAMELEN.  This should be set per OS.
   for multiple reasons.
This commit is contained in:
Ben Lindstrom 2000-12-31 07:11:04 +00:00
parent 59f68794f4
commit fa2d2236f6
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
20001231
- (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
for multiple reasons.
20001230
- (bal) OpenBSD CVS Update
- markus@cvs.openbsd.org 2000/12/28 18:58:30

View File

@ -78,10 +78,6 @@ enum
# endif /* PATH_MAX */
#endif /* MAXPATHLEN */
#ifndef MAXHOSTNAMELEN
# define MAXHOSTNAMELEN 64
#endif /* MAXHOSTNAMELEN */
#ifndef STDIN_FILENO
# define STDIN_FILENO 0
#endif