diff options
author | Robert Griebl <griebl@gmx.de> | 2002-06-04 20:10:23 +0000 |
---|---|---|
committer | Robert Griebl <griebl@gmx.de> | 2002-06-04 20:10:23 +0000 |
commit | ea1a63a2011a44b143cc46c7d80a8152f5358e24 (patch) | |
tree | 3a71fbfa44c5a0887409c930a682c896aecb7425 /libbb/my_getgrnam.c | |
parent | c9aca4561ddb1165890fae0c8b921a2504c6273f (diff) | |
download | busybox-w32-ea1a63a2011a44b143cc46c7d80a8152f5358e24.tar.gz busybox-w32-ea1a63a2011a44b143cc46c7d80a8152f5358e24.tar.bz2 busybox-w32-ea1a63a2011a44b143cc46c7d80a8152f5358e24.zip |
Fix for broken handling off BusyBox's own pwd/grp implementations
[Parts of this patch may overlap with my other two patches]
Diffstat (limited to 'libbb/my_getgrnam.c')
-rw-r--r-- | libbb/my_getgrnam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/my_getgrnam.c b/libbb/my_getgrnam.c index dbacf5192..f21d482c6 100644 --- a/libbb/my_getgrnam.c +++ b/libbb/my_getgrnam.c | |||
@@ -21,9 +21,9 @@ | |||
21 | 21 | ||
22 | #include <stdio.h> | 22 | #include <stdio.h> |
23 | #include <string.h> | 23 | #include <string.h> |
24 | #include "libbb.h" | ||
24 | #include "pwd.h" | 25 | #include "pwd.h" |
25 | #include "grp.h" | 26 | #include "grp.h" |
26 | #include "libbb.h" | ||
27 | 27 | ||
28 | 28 | ||
29 | /* returns a gid given a group name */ | 29 | /* returns a gid given a group name */ |