aboutsummaryrefslogtreecommitdiff
path: root/id.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-27 06:01:43 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-27 06:01:43 +0000
commit855b936df80965a68c834ed7a494e4d5cc1cc1e1 (patch)
treee3f2fbeb43186bbe44fb58ba5a7f6a3c4843c1a5 /id.c
parentf287575b18820127bbec7fc5c1635760249e6118 (diff)
downloadbusybox-w32-855b936df80965a68c834ed7a494e4d5cc1cc1e1.tar.gz
busybox-w32-855b936df80965a68c834ed7a494e4d5cc1cc1e1.tar.bz2
busybox-w32-855b936df80965a68c834ed7a494e4d5cc1cc1e1.zip
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
Diffstat (limited to 'id.c')
-rw-r--r--id.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/id.c b/id.c
index 59cfafa0a..d50de4775 100644
--- a/id.c
+++ b/id.c
@@ -23,8 +23,6 @@
23#include "busybox.h" 23#include "busybox.h"
24#include <stdio.h> 24#include <stdio.h>
25#include <unistd.h> 25#include <unistd.h>
26#include <pwd.h>
27#include <grp.h>
28#include <getopt.h> 26#include <getopt.h>
29#include <sys/types.h> 27#include <sys/types.h>
30 28