summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--defines.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ce20b191f..d1fbec8f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120001231
2 - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
3 for multiple reasons.
4
120001230 520001230
2 - (bal) OpenBSD CVS Update 6 - (bal) OpenBSD CVS Update
3 - markus@cvs.openbsd.org 2000/12/28 18:58:30 7 - markus@cvs.openbsd.org 2000/12/28 18:58:30
diff --git a/defines.h b/defines.h
index 9460905a3..4c3941cad 100644
--- a/defines.h
+++ b/defines.h
@@ -78,10 +78,6 @@ enum
78# endif /* PATH_MAX */ 78# endif /* PATH_MAX */
79#endif /* MAXPATHLEN */ 79#endif /* MAXPATHLEN */
80 80
81#ifndef MAXHOSTNAMELEN
82# define MAXHOSTNAMELEN 64
83#endif /* MAXHOSTNAMELEN */
84
85#ifndef STDIN_FILENO 81#ifndef STDIN_FILENO
86# define STDIN_FILENO 0 82# define STDIN_FILENO 0
87#endif 83#endif