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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user