[Glibc-bsd-commits] r5333 - trunk/kfreebsd-11/debian/patches

rmh at alioth.debian.org rmh at alioth.debian.org
Wed Jan 15 16:28:11 UTC 2014


Author: rmh
Date: 2014-01-15 16:28:11 +0000 (Wed, 15 Jan 2014)
New Revision: 5333

Modified:
   trunk/kfreebsd-11/debian/patches/userland.diff
Log:
Expose GID_MAX, UID_MAX, UQUAD_MAX, QUAD_MAX and QUAD_MIN.

Modified: trunk/kfreebsd-11/debian/patches/userland.diff
===================================================================
--- trunk/kfreebsd-11/debian/patches/userland.diff	2014-01-15 16:27:41 UTC (rev 5332)
+++ trunk/kfreebsd-11/debian/patches/userland.diff	2014-01-15 16:28:11 UTC (rev 5333)
@@ -327,6 +327,15 @@
  
  #if __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE
  #define	SIZE_T_MAX	__SIZE_T_MAX	/* max value for a size_t */
+@@ -79,7 +85,7 @@
+ #define	OFF_MIN		__OFF_MIN	/* min value for an off_t */
+ #endif
+ 
+-#if __BSD_VISIBLE
++#if 1
+ #define	GID_MAX		UINT_MAX	/* max value for a gid_t */
+ #define	UID_MAX		UINT_MAX	/* max value for a uid_t */
+ 
 --- a/sys/sys/param.h
 +++ b/sys/sys/param.h
 @@ -40,9 +40,15 @@




More information about the Glibc-bsd-commits mailing list