Scrub pwd.h and grp.h handling so we don't have to play any
authorEric Andersen <andersen@codepoet.org>
Wed, 3 Jul 2002 23:19:26 +0000 (23:19 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 3 Jul 2002 23:19:26 +0000 (23:19 -0000)
commit887ca79f04cdf45874ed783c1fb9b950bf25a246
tree25f08b2b2ea8b333aac91b6b75876f82a4cfef6f
parent360e2549544b813dd805361d04744c5a4a630bb8
Scrub pwd.h and grp.h handling so we don't have to play any
silly games.
 -Erik
33 files changed:
Rules.mak
applets/applets.c
coreutils/uudecode.c
debianutils/start_stop_daemon.c
include/grp.h [deleted file]
include/grp_.h [new file with mode: 0644]
include/libbb.h
include/pwd.h [deleted file]
include/pwd_.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
libpwdgrp/__getgrent.c
libpwdgrp/__getpwent.c
libpwdgrp/fgetgrent.c
libpwdgrp/fgetpwent.c
libpwdgrp/getgrgid.c
libpwdgrp/getgrnam.c
libpwdgrp/getpw.c
libpwdgrp/getpwnam.c
libpwdgrp/getpwuid.c
libpwdgrp/grent.c
libpwdgrp/initgroups.c
libpwdgrp/putpwent.c
libpwdgrp/pwent.c
libpwdgrp/setgroups.c
loginutils/addgroup.c
networking/netstat.c
shell/ash.c
shell/cmdedit.c