From ab050f5522e843bf08994685134adaaac7ffd392 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 27 Jan 2001 06:01:43 +0000 Subject: 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 --- uuencode.c | 1 - 1 file changed, 1 deletion(-) (limited to 'uuencode.c') diff --git a/uuencode.c b/uuencode.c index 36bc4970f..24aabd373 100644 --- a/uuencode.c +++ b/uuencode.c @@ -27,7 +27,6 @@ #include #include #include -#include #define RW (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) -- cgit v1.2.3-55-g6feb