projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
923a79a
)
we dont provide setgroups() replacement, so dont provide the prototype either .....
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 25 Sep 2008 00:41:49 +0000
(
00:41
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 25 Sep 2008 00:41:49 +0000
(
00:41
-0000)
include/libbb.h
patch
|
blob
|
history
diff --git
a/include/libbb.h
b/include/libbb.h
index 34c7e417bba4115cd34c111d510c29bb4a6985b6..815a3f3d2e24987ed6488fe0dd8526358e4047c2 100644
(file)
--- a/
include/libbb.h
+++ b/
include/libbb.h
@@
-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