1.1 --- a/honeyd/honeyd.patch Tue Aug 28 18:35:30 2012 +0200 1.2 +++ b/honeyd/honeyd.patch Tue Aug 28 18:35:40 2012 +0200 1.3 @@ -64,27 +64,6 @@ 1.4 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 1.5 #undef HAVE_SYS_WAIT_H 1.6 1.7 -Index: configure 1.8 ---- configure.orig 2006-08-19 09:11:11 +0200 1.9 -+++ configure 2006-08-24 12:14:21 +0200 1.10 -@@ -22317,7 +22317,7 @@ 1.11 - 1.12 - 1.13 - 1.14 --for ac_header in stdarg.h errno.h fcntl.h paths.h stdlib.h string.h time.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h sys/ioccom.h sys/file.h syslog.h unistd.h assert.h 1.15 -+for ac_header in stdarg.h errno.h fcntl.h paths.h stdlib.h string.h time.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h sys/ioccom.h sys/file.h syslog.h unistd.h assert.h sys/cdefs.h 1.16 - do 1.17 - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 1.18 - if eval "test \"\${$as_ac_Header+set}\" = set"; then 1.19 -@@ -23483,7 +23483,7 @@ 1.20 - 1.21 - 1.22 - 1.23 --for ac_func in asprintf dup2 fgetln gettimeofday memmove memset strcasecmp strchr strdup strncasecmp strtoul strspn getaddrinfo getnameinfo freeaddrinfo setgroups sendmsg recvmsg setregid setruid kqueue 1.24 -+for ac_func in asprintf dup2 fgetln gettimeofday memmove memset strcasecmp strchr strdup strncasecmp strtoul strspn getaddrinfo getnameinfo freeaddrinfo setgroups sendmsg recvmsg setregid setruid setenv kqueue 1.25 - do 1.26 - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 1.27 - echo "$as_me:$LINENO: checking for $ac_func" >&5 1.28 Index: dhcpclient.c 1.29 --- dhcpclient.c.orig 2006-08-19 09:10:41 +0200 1.30 +++ dhcpclient.c 2006-08-24 12:14:21 +0200