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 --- id.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'id.c') diff --git a/id.c b/id.c index 59cfafa0a..d50de4775 100644 --- a/id.c +++ b/id.c @@ -23,8 +23,6 @@ #include "busybox.h" #include #include -#include -#include #include #include -- cgit v1.2.3-55-g6feb