tags 461725 + patch
thanks

Hi,

Attached is the diff for my xlogmaster 1.6.0-12.1 NMU.

Cheers,
        Moritz
diff -u xlogmaster-1.6.0/src/output.cc xlogmaster-1.6.0/src/output.cc
--- xlogmaster-1.6.0/src/output.cc
+++ xlogmaster-1.6.0/src/output.cc
@@ -38,7 +38,7 @@
 #include "logclass.H"
 #include "output.H"
 #include "extern.H"
-#include <iostream.h>
+#include <iostream>
 using namespace std;
 
 /*}}}*/
diff -u xlogmaster-1.6.0/src/sysinc.H xlogmaster-1.6.0/src/sysinc.H
--- xlogmaster-1.6.0/src/sysinc.H
+++ xlogmaster-1.6.0/src/sysinc.H
@@ -20,11 +20,11 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <fcntl.h>
-#include <fstream.h>
+#include <fstream>
 #include <strstream>
 using std::ostrstream;
 #include <unistd.h>
-#include <string.h>
+#include <cstring>
 #include <time.h>
 #include <errno.h>
 #include <dirent.h>
diff -u xlogmaster-1.6.0/debian/changelog xlogmaster-1.6.0/debian/changelog
--- xlogmaster-1.6.0/debian/changelog
+++ xlogmaster-1.6.0/debian/changelog
@@ -1,3 +1,10 @@
+xlogmaster (1.6.0-12.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix GCC 4.3 compatibility (Closes: #461725)
+
+ -- Moritz Muehlenhoff <[EMAIL PROTECTED]>  Fri, 21 Mar 2008 22:43:31 +0100
+
 xlogmaster (1.6.0-12) unstable; urgency=low
 
   * Added missing spaces in debian/rules (Closes: #399413)

Reply via email to