diff options
author | Eric Andersen | 2001-01-27 06:01:43 +0000 |
---|---|---|
committer | Eric Andersen | 2001-01-27 06:01:43 +0000 |
commit | ab050f5522e843bf08994685134adaaac7ffd392 (patch) | |
tree | e3f2fbeb43186bbe44fb58ba5a7f6a3c4843c1a5 /chmod_chown_chgrp.c | |
parent | 3654ca56fae6e3bdcb7369bc21d2b41d460ef732 (diff) | |
download | busybox-ab050f5522e843bf08994685134adaaac7ffd392.zip busybox-ab050f5522e843bf08994685134adaaac7ffd392.tar.gz |
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
Diffstat (limited to 'chmod_chown_chgrp.c')
-rw-r--r-- | chmod_chown_chgrp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chmod_chown_chgrp.c b/chmod_chown_chgrp.c index 530c456..f6ecfd6 100644 --- a/chmod_chown_chgrp.c +++ b/chmod_chown_chgrp.c @@ -29,8 +29,6 @@ #include "messages.c" #include <stdio.h> -#include <grp.h> -#include <pwd.h> static long uid = -1; |