commit | ea1a63a2011a44b143cc46c7d80a8152f5358e24 | [log] [tgz] |
---|---|---|
author | Robert Griebl <griebl@gmx.de> | Tue Jun 04 20:10:23 2002 +0000 |
committer | Robert Griebl <griebl@gmx.de> | Tue Jun 04 20:10:23 2002 +0000 |
tree | 3a71fbfa44c5a0887409c930a682c896aecb7425 | |
parent | c9aca4561ddb1165890fae0c8b921a2504c6273f [diff] [blame] |
Fix for broken handling off BusyBox's own pwd/grp implementations [Parts of this patch may overlap with my other two patches]
diff --git a/libbb/my_getgrnam.c b/libbb/my_getgrnam.c index dbacf51..f21d482 100644 --- a/libbb/my_getgrnam.c +++ b/libbb/my_getgrnam.c
@@ -21,9 +21,9 @@ #include <stdio.h> #include <string.h> +#include "libbb.h" #include "pwd.h" #include "grp.h" -#include "libbb.h" /* returns a gid given a group name */