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

rmh at alioth.debian.org rmh at alioth.debian.org
Thu Nov 28 15:27:14 UTC 2013


Author: rmh
Date: 2013-11-20 13:35:56 +0000 (St, 20 lis 2013)
New Revision: 5140

Modified:
   trunk/glibc-ports/kfreebsd/bits/param.h
Log:
Fix syntax error (change has no effect)

Modified: trunk/glibc-ports/kfreebsd/bits/param.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/param.h	2013-11-20 13:34:13 UTC (rev 5139)
+++ trunk/glibc-ports/kfreebsd/bits/param.h	2013-11-20 13:35:56 UTC (rev 5140)
@@ -77,6 +77,7 @@
 #endif
 #ifndef MAXDUMPPGS
 #define MAXDUMPPGS	(DFLTPHYS/PAGE_SIZE)
+#endif
 #ifndef MAXHOSTNAMELEN
 #define MAXHOSTNAMELEN 64 /* XXX */
 #endif /* No MAXHOSTNAMELEN.  */
@@ -127,8 +128,6 @@
 	((off_t)(db) << DEV_BSHIFT)
 #endif
 
-#endif /* _NO_NAMESPACE_POLLUTION */
-
 #define	PRIMASK	0x0ff
 #define	PCATCH	0x100		/* OR'd with pri for tsleep to check signals */
 #define	PDROP	0x200	/* OR'd with pri to stop re-entry of interlock mutex */




More information about the Glibc-bsd-commits mailing list