]> git.pld-linux.org Git - packages/dvd+rw-tools.git/commitdiff
- fix compilation on newer linux-libc-headers
authorhawk <hawk@pld-linux.org>
Wed, 23 Jan 2008 19:16:10 +0000 (19:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvd+rw-tools-headers.patch -> 1.1

dvd+rw-tools-headers.patch [new file with mode: 0644]

diff --git a/dvd+rw-tools-headers.patch b/dvd+rw-tools-headers.patch
new file mode 100644 (file)
index 0000000..f6ff77d
--- /dev/null
@@ -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;
This page took 0.148115 seconds and 4 git commands to generate.