From: Ted Lemon Date: Thu, 5 Sep 1996 23:57:56 +0000 (+0000) Subject: Apply some changes Christoph asked for X-Git-Tag: BETA_5_8~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=149f9e221e828aec0e6cae18f929e339e42ad775;p=thirdparty%2Fdhcp.git Apply some changes Christoph asked for --- diff --git a/cf/linux.h b/cf/linux.h index c8aa4380a..e7b7c4721 100644 --- a/cf/linux.h +++ b/cf/linux.h @@ -56,6 +56,7 @@ typedef unsigned long u_int32_t; #include #include #include +#include extern int h_errno; @@ -64,7 +65,7 @@ extern int h_errno; #include /* gettimeofday()*/ #include /* also necessary */ -#define _PATH_DHCPD_PID "/etc/dhcpd.pid" +#define _PATH_DHCPD_PID "/var/run/dhcpd.pid" /* Varargs stuff... */ #include diff --git a/includes/cf/linux.h b/includes/cf/linux.h index c8aa4380a..e7b7c4721 100644 --- a/includes/cf/linux.h +++ b/includes/cf/linux.h @@ -56,6 +56,7 @@ typedef unsigned long u_int32_t; #include #include #include +#include extern int h_errno; @@ -64,7 +65,7 @@ extern int h_errno; #include /* gettimeofday()*/ #include /* also necessary */ -#define _PATH_DHCPD_PID "/etc/dhcpd.pid" +#define _PATH_DHCPD_PID "/var/run/dhcpd.pid" /* Varargs stuff... */ #include