summaryrefslogtreecommitdiff
path: root/ez-ipupdate/ez-ipupdate-3.0.11b8.patch
blob: 4aeacc13cdbada9d7eaff8120ad0683e3f36df5c (plain)
    1 diff -Nru ez-ipupdate-3.0.11b8.orig/ez-ipupdate.c ez-ipupdate-3.0.11b8/ez-ipupdate.c
    2 --- ez-ipupdate-3.0.11b8.orig/ez-ipupdate.c	2002-03-12 00:31:47.000000000 +0100
    3 +++ ez-ipupdate-3.0.11b8/ez-ipupdate.c	2003-10-17 13:18:12.000000000 +0200
    4 @@ -140,7 +140,7 @@
    5  #  include <signal.h>
    6  #endif
    7  #if HAVE_SYS_TIME_H
    8 -#  include <sys/time.h>
    9 +#  include <time.h>
   10  #endif
   11  #if HAVE_SYS_WAIT_H
   12  #  include <sys/wait.h>
   13 @@ -4215,7 +4215,6 @@
   14  
   15    switch(ret)
   16    {
   17 -    char *p;
   18  
   19      case -1:
   20        if(!(options & OPT_QUIET))
   21 diff -Nru ez-ipupdate-3.0.11b8.orig/md5.c ez-ipupdate-3.0.11b8/md5.c
   22 --- ez-ipupdate-3.0.11b8.orig/md5.c	2000-08-08 09:09:48.000000000 +0200
   23 +++ ez-ipupdate-3.0.11b8/md5.c	2003-10-17 13:21:56.000000000 +0200
   24 @@ -30,7 +30,7 @@
   25  #ifdef HAVE_STRING_H
   26  # include <string.h>
   27  #else
   28 -# include <strings.h>
   29 +# include <string.h>
   30  #endif
   31  
   32  #include "md5.h"

Generated by cgit