diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-27 06:01:43 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-27 06:01:43 +0000 |
commit | 855b936df80965a68c834ed7a494e4d5cc1cc1e1 (patch) | |
tree | e3f2fbeb43186bbe44fb58ba5a7f6a3c4843c1a5 /coreutils/uudecode.c | |
parent | f287575b18820127bbec7fc5c1635760249e6118 (diff) | |
download | busybox-w32-855b936df80965a68c834ed7a494e4d5cc1cc1e1.tar.gz busybox-w32-855b936df80965a68c834ed7a494e4d5cc1cc1e1.tar.bz2 busybox-w32-855b936df80965a68c834ed7a494e4d5cc1cc1e1.zip |
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
git-svn-id: svn://busybox.net/trunk/busybox@1694 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r-- | coreutils/uudecode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 279b9d6ce..7b26d2dad 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c | |||
@@ -27,7 +27,6 @@ | |||
27 | #include <stdio.h> | 27 | #include <stdio.h> |
28 | #include <errno.h> | 28 | #include <errno.h> |
29 | #include <getopt.h> | 29 | #include <getopt.h> |
30 | #include <pwd.h> | ||
31 | 30 | ||
32 | /*struct passwd *getpwnam();*/ | 31 | /*struct passwd *getpwnam();*/ |
33 | 32 | ||