[Glibc-bsd-commits] r4725 - in trunk/freebsd-glue: debian include

Robert Millan rmh at alioth.debian.org
Tue Jul 9 22:12:37 UTC 2013


Author: rmh
Date: 2013-07-09 22:12:36 +0000 (Tue, 09 Jul 2013)
New Revision: 4725

Modified:
   trunk/freebsd-glue/debian/changelog
   trunk/freebsd-glue/include/unistd.h
Log:
Include <grp.h> in <unistd.h> (for initgroups).

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2013-07-09 22:07:45 UTC (rev 4724)
+++ trunk/freebsd-glue/debian/changelog	2013-07-09 22:12:36 UTC (rev 4725)
@@ -1,3 +1,9 @@
+freebsd-glue (0.0.8) UNRELEASED; urgency=low
+
+  * Include <grp.h> in <unistd.h> (for initgroups).
+
+ -- Robert Millan <rmh at debian.org>  Wed, 10 Jul 2013 00:12:06 +0200
+
 freebsd-glue (0.0.7) unstable; urgency=low
 
   * Replace versions of freebsd-buildutils which included their own

Modified: trunk/freebsd-glue/include/unistd.h
===================================================================
--- trunk/freebsd-glue/include/unistd.h	2013-07-09 22:07:45 UTC (rev 4724)
+++ trunk/freebsd-glue/include/unistd.h	2013-07-09 22:12:36 UTC (rev 4725)
@@ -3,6 +3,8 @@
 #ifndef _UNISTD_H_
 #define	_UNISTD_H_
 
+#include <grp.h>	/* initgroups */
+
 #ifdef __FreeBSD_kernel__
 #include <sys/syscall.h>
 #include <stdlib.h>		/* setenv */




More information about the Glibc-bsd-commits mailing list