]> git.pld-linux.org Git - packages/dvd+rw-tools.git/blame - dvd+rw-tools-headers.patch
- rebuild for x32
[packages/dvd+rw-tools.git] / dvd+rw-tools-headers.patch
CommitLineData
4ae6f5f3 1diff -urN dvd+rw-tools-7.0.orig/growisofs.c dvd+rw-tools-7.0/growisofs.c
2--- dvd+rw-tools-7.0.orig/growisofs.c 2008-01-23 19:59:13.000000000 +0100
3+++ dvd+rw-tools-7.0/growisofs.c 2008-01-23 20:11:20.625116825 +0100
4@@ -423,6 +423,7 @@
5 #include <sys/types.h>
6 #include <sys/stat.h>
7 #include <assert.h>
8+#include <limits.h>
9 #include "mp.h"
10
11 #if defined(__unix) || defined(__unix__)
12diff -urN dvd+rw-tools-7.0.orig/transport.hxx dvd+rw-tools-7.0/transport.hxx
13--- dvd+rw-tools-7.0.orig/transport.hxx 2006-09-23 13:29:07.000000000 +0200
14+++ dvd+rw-tools-7.0/transport.hxx 2008-01-23 20:11:01.897486185 +0100
15@@ -16,6 +16,7 @@
16 #include <fcntl.h>
17 #include <poll.h>
18 #include <sys/time.h>
19+#include <limits.h>
20
21 inline long getmsecs()
22 { struct timeval tv;
This page took 0.064529 seconds and 4 git commands to generate.