diff options
Diffstat (limited to 'networking/udhcp/pidfile.c')
-rw-r--r-- | networking/udhcp/pidfile.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/networking/udhcp/pidfile.c b/networking/udhcp/pidfile.c index 6673c9502..8d00490af 100644 --- a/networking/udhcp/pidfile.c +++ b/networking/udhcp/pidfile.c | |||
@@ -20,15 +20,8 @@ | |||
20 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 20 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include <sys/types.h> | ||
24 | #include <sys/stat.h> | ||
25 | #include <fcntl.h> | ||
26 | #include <unistd.h> | ||
27 | #include <stdio.h> | ||
28 | #include <stdlib.h> | ||
29 | |||
30 | #include "common.h" | 23 | #include "common.h" |
31 | #include "pidfile.h" | 24 | |
32 | 25 | ||
33 | static char *saved_pidfile; | 26 | static char *saved_pidfile; |
34 | 27 | ||