diff -r 1074e5934dd9 -r 6e491d7671a4 honeyd/honeyd.patch --- a/honeyd/honeyd.patch Tue Aug 28 18:35:30 2012 +0200 +++ b/honeyd/honeyd.patch Tue Aug 28 18:35:40 2012 +0200 @@ -64,27 +64,6 @@ /* Define to 1 if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H -Index: configure ---- configure.orig 2006-08-19 09:11:11 +0200 -+++ configure 2006-08-24 12:14:21 +0200 -@@ -22317,7 +22317,7 @@ - - - --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 -+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 - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - if eval "test \"\${$as_ac_Header+set}\" = set"; then -@@ -23483,7 +23483,7 @@ - - - --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 -+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 - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` - echo "$as_me:$LINENO: checking for $ac_func" >&5 Index: dhcpclient.c --- dhcpclient.c.orig 2006-08-19 09:10:41 +0200 +++ dhcpclient.c 2006-08-24 12:14:21 +0200