Author: hawk                         Date: Wed Jan 23 19:16:15 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix compilation on newer linux-libc-headers

---- Files affected:
SOURCES:
   dvd+rw-tools-headers.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dvd+rw-tools-headers.patch
diff -u /dev/null SOURCES/dvd+rw-tools-headers.patch:1.1
--- /dev/null   Wed Jan 23 20:16:15 2008
+++ SOURCES/dvd+rw-tools-headers.patch  Wed Jan 23 20:16:10 2008
@@ -0,0 +1,22 @@
+diff -urN dvd+rw-tools-7.0.orig/growisofs.c dvd+rw-tools-7.0/growisofs.c
+--- dvd+rw-tools-7.0.orig/growisofs.c  2008-01-23 19:59:13.000000000 +0100
++++ dvd+rw-tools-7.0/growisofs.c       2008-01-23 20:11:20.625116825 +0100
+@@ -423,6 +423,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <assert.h>
++#include <limits.h>
+ #include "mp.h"
+ 
+ #if defined(__unix) || defined(__unix__)
+diff -urN dvd+rw-tools-7.0.orig/transport.hxx dvd+rw-tools-7.0/transport.hxx
+--- dvd+rw-tools-7.0.orig/transport.hxx        2006-09-23 13:29:07.000000000 
+0200
++++ dvd+rw-tools-7.0/transport.hxx     2008-01-23 20:11:01.897486185 +0100
+@@ -16,6 +16,7 @@
+ #include <fcntl.h>
+ #include <poll.h>
+ #include <sys/time.h>
++#include <limits.h>
+ 
+ inline long getmsecs()
+ { struct timeval tv;
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to