Add a few missing #include's of <string.h>. debian_version_0_3
authorian <ian>
Tue, 6 Jun 2006 21:02:20 +0000 (21:02 +0000)
committerian <ian>
Tue, 6 Jun 2006 21:02:20 +0000 (21:02 +0000)
debian/changelog
debian/rules
ipif/forwarder.h
ipif/hex.c

index 41bdd2f..17009bc 100644 (file)
@@ -13,6 +13,7 @@ userv-utils (0.3) unstable; urgency=medium
   * Set default max clock skew to 45/45, not 10/30.
   * Allow config file to override default clock skew and lag.
   * Report nonzero death of m4 better.
   * Set default max clock skew to 45/45, not 10/30.
   * Allow config file to override default clock skew and lag.
   * Report nonzero death of m4 better.
+  * Add a few missing #include's of <string.h>.
   * Minor fixes to INSTALL.
 
   groupmanage:
   * Minor fixes to INSTALL.
 
   groupmanage:
@@ -30,7 +31,7 @@ userv-utils (0.3) unstable; urgency=medium
   * Copyright notices updated.
   * Moved changelog to debian/changelog.
 
   * Copyright notices updated.
   * Moved changelog to debian/changelog.
 
- -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  6 Jun 2006 21:59:19 +0100
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  6 Jun 2006 22:02:17 +0100
 
 userv-utils (0.2.3) unstable; urgency=low
 
 
 userv-utils (0.2.3) unstable; urgency=low
 
index 0349565..4977239 100755 (executable)
@@ -43,7 +43,7 @@ binary-prep:
        #
        set -e; for p in $(packages); do \
                install -d $t/$$p/DEBIAN $t/$$p/usr/share/doc/$$p; \
        #
        set -e; for p in $(packages); do \
                install -d $t/$$p/DEBIAN $t/$$p/usr/share/doc/$$p; \
-               cp debian/copyright changelog \
+               cp debian/copyright debian/changelog \
                        $t/$$p/usr/share/doc/$$p/; \
                ln -s changelog.gz \
                        $t/$$p/usr/share/doc/$$p/changelog.Debian.gz; \
                        $t/$$p/usr/share/doc/$$p/; \
                ln -s changelog.gz \
                        $t/$$p/usr/share/doc/$$p/changelog.Debian.gz; \
index 2e5c5cb..fa048b3 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <stdio.h>
 #include <time.h>
 
 #include <stdio.h>
 #include <time.h>
+#include <string.h>
 #include <sys/utsname.h>
 
 #include "automech.h"
 #include <sys/utsname.h>
 
 #include "automech.h"
index 67e3881..c30b909 100644 (file)
@@ -20,6 +20,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
+#include <string.h>
 #include <sysexits.h>
 
 #include "hex.h"
 #include <sysexits.h>
 
 #include "hex.h"