From 887ca79f04cdf45874ed783c1fb9b950bf25a246 Mon Sep 17 00:00:00 2001 From: Eric 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 --- init/start_stop_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') diff --git a/init/start_stop_daemon.c b/init/start_stop_daemon.c index 6b090437f..576526183 100644 --- a/init/start_stop_daemon.c +++ b/init/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