tags 417779 + patch
thanks

Hi,

Attached is the diff for my xprobe 0.3-1.1 NMU.
diff -u xprobe-0.3/debian/changelog xprobe-0.3/debian/changelog
--- xprobe-0.3/debian/changelog
+++ xprobe-0.3/debian/changelog
@@ -1,3 +1,10 @@
+xprobe (0.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 4.3 (Closes: #417779).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Sat, 15 Mar 2008 21:37:25 +0000
+
 xprobe (0.3-1) unstable; urgency=low
 
   * New upstream version
only in patch2:
unchanged:
--- xprobe-0.3.orig/libs-external/USI++/src/ip.cc
+++ xprobe-0.3/libs-external/USI++/src/ip.cc
@@ -13,6 +13,7 @@
 #include "usi++/ip.h"
 
 #include "config.h"
+#include <cstdlib>
 #include <iostream>
 #include <string.h>
 #include <errno.h>
only in patch2:
unchanged:
--- xprobe-0.3.orig/libs-external/USI++/src/misc.cc
+++ xprobe-0.3/libs-external/USI++/src/misc.cc
@@ -1,5 +1,6 @@
 #include "usi++/usi++"
 #include "usi++/usi-structs.h"
+#include <cstdlib>
 #include <string.h>
 #include <unistd.h>
 #include <sys/ioctl.h>
only in patch2:
unchanged:
--- xprobe-0.3.orig/libs-external/USI++/usi++/tcp.h
+++ xprobe-0.3/libs-external/USI++/usi++/tcp.h
@@ -15,6 +15,7 @@
 #include "usi-structs.h"
 #include "datalink.h"
 #include "ip.h"
+#include <cstring>
 
 namespace usipp {
 

Reply via email to