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 --- chmod_chown_chgrp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'chmod_chown_chgrp.c') 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 -#include -#include static long uid = -1; -- cgit v1.1