[Glibc-bsd-commits] r5390 - trunk/glibc-ports/kfreebsd/bits

rmh at alioth.debian.org rmh at alioth.debian.org
Sun Jan 26 13:07:47 UTC 2014


Author: rmh
Date: 2014-01-26 13:07:47 +0000 (Sun, 26 Jan 2014)
New Revision: 5390

Modified:
   trunk/glibc-ports/kfreebsd/bits/param.h
Log:
Remove redundant (and unused) definition of MAXHOSTNAMELEN.

Modified: trunk/glibc-ports/kfreebsd/bits/param.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/param.h	2014-01-25 22:58:30 UTC (rev 5389)
+++ trunk/glibc-ports/kfreebsd/bits/param.h	2014-01-26 13:07:47 UTC (rev 5390)
@@ -78,9 +78,6 @@
 #ifndef MAXDUMPPGS
 #define MAXDUMPPGS	(DFLTPHYS/PAGE_SIZE)
 #endif
-#ifndef MAXHOSTNAMELEN
-#define MAXHOSTNAMELEN 64 /* XXX */
-#endif /* No MAXHOSTNAMELEN.  */
 
 /*
  * Constants related to network buffer management.




More information about the Glibc-bsd-commits mailing list