chiark / gitweb /
Add a few missing #include's of <string.h>. cvs 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 41bdd2f0d7a3c2ef78eca3e13a8b223ebfed4a5d..17009bc9b3e606e4d07f0455ff208a3fbb6f9fcb 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 03495657ac852c9e6e32b17a96ad641af161594a..49772399a7142cf391b227b0816b637568be3bf8 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 2e5c5cb26ad9b9ba172bc146ff902fce679569b2..fa048b321fabcc1de4ed4e29721e28cc639f2195 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 67e388129ef0d0805d4e5394db7343fe5a18d8c6..c30b90937e4154186af896d188592fc1998bedeb 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"