Add in a patch to make busybox use the normal pwd.h and grp.h
authorEric Andersen <andersen@codepoet.org>
Sat, 27 Jan 2001 06:01:43 +0000 (06:01 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 27 Jan 2001 06:01:43 +0000 (06:01 -0000)
commitab050f5522e843bf08994685134adaaac7ffd392
treee3f2fbeb43186bbe44fb58ba5a7f6a3c4843c1a5
parent3654ca56fae6e3bdcb7369bc21d2b41d460ef732
Add in a patch to make busybox use the normal pwd.h and grp.h
functions.  Add in simple implementations of these functions,
which can, optionally, be used instead of the system versions.
 -Erik
15 files changed:
Makefile
chmod_chown_chgrp.c
cmdedit.c
coreutils/id.c
coreutils/uudecode.c
coreutils/uuencode.c
coreutils/whoami.c
id.c
include/grp.h [new file with mode: 0644]
include/pwd.h [new file with mode: 0644]
shell/cmdedit.c
utility.c
uudecode.c
uuencode.c
whoami.c