Fix for broken handling off BusyBox's own pwd/grp implementations
authorRobert Griebl <griebl@gmx.de>
Tue, 4 Jun 2002 20:10:23 +0000 (20:10 -0000)
committerRobert Griebl <griebl@gmx.de>
Tue, 4 Jun 2002 20:10:23 +0000 (20:10 -0000)
commitea1a63a2011a44b143cc46c7d80a8152f5358e24
tree3a71fbfa44c5a0887409c930a682c896aecb7425
parentc9aca4561ddb1165890fae0c8b921a2504c6273f
Fix for broken handling off BusyBox's own pwd/grp implementations
[Parts of this patch may overlap with my other two patches]
12 files changed:
debianutils/start_stop_daemon.c
include/grp.h
include/pwd.h
include/shadow.h [new file with mode: 0644]
init/start_stop_daemon.c
libbb/my_getgrgid.c
libbb/my_getgrnam.c
libbb/my_getpwnam.c
libbb/my_getpwnamegid.c
libbb/my_getpwuid.c
networking/netstat.c
shell/ash.c