2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Apply some changes Christoph asked for

This commit is contained in:
Ted Lemon
1996-09-05 23:57:56 +00:00
parent 67bb0d2402
commit 149f9e221e
2 changed files with 4 additions and 2 deletions

View 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>