From 851036f3faecf4b664ccec9e77a3d274a2492741 Mon Sep 17 00:00:00 2001 From: andersen Date: Wed, 3 Jul 2002 23:19:26 +0000 Subject: Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik git-svn-id: svn://busybox.net/trunk/busybox@5011 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- debianutils/start_stop_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debianutils/start_stop_daemon.c') diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 6b090437f..576526183 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c @@ -18,7 +18,7 @@ #include #include "busybox.h" -#include "pwd.h" +#include "pwd_.h" static int start = 0; static int stop = 0; -- cgit v1.2.3-55-g6feb