From 855b936df80965a68c834ed7a494e4d5cc1cc1e1 Mon Sep 17 00:00:00 2001 From: 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 git-svn-id: svn://busybox.net/trunk/busybox@1694 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- coreutils/uudecode.c | 1 - 1 file changed, 1 deletion(-) (limited to 'coreutils/uudecode.c') 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 @@ #include #include #include -#include /*struct passwd *getpwnam();*/ -- cgit v1.2.3-55-g6feb