]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Apply some changes Christoph asked for
authorTed Lemon <source@isc.org>
Thu, 5 Sep 1996 23:57:56 +0000 (23:57 +0000)
committerTed Lemon <source@isc.org>
Thu, 5 Sep 1996 23:57:56 +0000 (23:57 +0000)
cf/linux.h
includes/cf/linux.h

index c8aa4380a0040613ed285ce70b570f1de111d22f..e7b7c47213a15b8f1cce06127b83b75eec1f2dbc 100644 (file)
@@ -56,6 +56,7 @@ typedef unsigned long u_int32_t;
 #include <signal.h>
 #include <setjmp.h>
 #include <limits.h>
+#include <linux/netdevice.h>
 
 extern int h_errno;
 
@@ -64,7 +65,7 @@ extern int h_errno;
 #include <sys/time.h>          /* gettimeofday()*/
 #include <linux/time.h>                /* also necessary */
 
-#define _PATH_DHCPD_PID        "/etc/dhcpd.pid"
+#define _PATH_DHCPD_PID        "/var/run/dhcpd.pid"
 
 /* Varargs stuff... */
 #include <stdarg.h>
index c8aa4380a0040613ed285ce70b570f1de111d22f..e7b7c47213a15b8f1cce06127b83b75eec1f2dbc 100644 (file)
@@ -56,6 +56,7 @@ typedef unsigned long u_int32_t;
 #include <signal.h>
 #include <setjmp.h>
 #include <limits.h>
+#include <linux/netdevice.h>
 
 extern int h_errno;
 
@@ -64,7 +65,7 @@ extern int h_errno;
 #include <sys/time.h>          /* gettimeofday()*/
 #include <linux/time.h>                /* also necessary */
 
-#define _PATH_DHCPD_PID        "/etc/dhcpd.pid"
+#define _PATH_DHCPD_PID        "/var/run/dhcpd.pid"
 
 /* Varargs stuff... */
 #include <stdarg.h>