svn commit: trunk/busybox/include

vapier at busybox.net vapier at busybox.net
Thu Sep 25 00:41:49 UTC 2008


Author: vapier
Date: 2008-09-24 17:41:49 -0700 (Wed, 24 Sep 2008)
New Revision: 23475

Log:
we dont provide setgroups() replacement, so dont provide the prototype either ... especially since it conflicts on some systems (like Darwin)

Modified:
   trunk/busybox/include/libbb.h


Changeset:
Modified: trunk/busybox/include/libbb.h
===================================================================
--- trunk/busybox/include/libbb.h	2008-09-24 16:31:29 UTC (rev 23474)
+++ trunk/busybox/include/libbb.h	2008-09-25 00:41:49 UTC (rev 23475)
@@ -82,8 +82,6 @@
 /* Some libc's forget to declare these, do it ourself */
 extern char **environ;
 
-/* Set the group set for the current user to GROUPS (N of them).  */
-int setgroups(size_t n, const gid_t *groups);
 #if defined(__GLIBC__) && __GLIBC__ < 2
 int vdprintf(int d, const char *format, va_list ap);
 #endif




More information about the busybox-cvs mailing list