From 833593c5b14bd14e14180776f15a8368f1a5f5dd Mon Sep 17 00:00:00 2001 From: sandman Date: Tue, 4 Jun 2002 20:10:23 +0000 Subject: Fix for broken handling off BusyBox's own pwd/grp implementations [Parts of this patch may overlap with my other two patches] git-svn-id: svn://busybox.net/trunk/busybox@4856 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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 ed4503caf..29e3d8673 100644 --- a/init/start_stop_daemon.c +++ b/init/start_stop_daemon.c @@ -16,9 +16,9 @@ #include #include #include -#include "pwd.h" #include "busybox.h" +#include "pwd.h" static int start = 0; static int stop = 0; -- cgit v1.2.3-55-g6feb