wok diff dvd+rw-tools/stuff/build-7.1.patch @ rev 21901

updated shaarli (0.10.3 -> 0.11.1)
author Hans-G?nter Theisgen
date Fri Oct 04 13:08:50 2019 +0100 (2019-10-04)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dvd+rw-tools/stuff/build-7.1.patch	Fri Oct 04 13:08:50 2019 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +--- dvd+rw-tools-7.1/growisofs.c	Tue Mar  4 09:15:03 2008
     1.5 ++++ dvd+rw-tools-7.1-new/growisofs.c	Wed Apr 22 21:57:43 2009
     1.6 +@@ -442,6 +442,7 @@
     1.7 + #include <sys/types.h>
     1.8 + #include <sys/stat.h>
     1.9 + #include <assert.h>
    1.10 ++#include <limits.h>
    1.11 + #include "mp.h"
    1.12 + 
    1.13 + #if defined(__unix) || defined(__unix__)
    1.14 +--- dvd+rw-tools-7.1/transport.hxx	Sat Mar  1 10:34:43 2008
    1.15 ++++ dvd+rw-tools-7.1-new/transport.hxx	Wed Apr 22 21:58:09 2009
    1.16 +@@ -145,6 +145,7 @@
    1.17 + #include <sys/wait.h>
    1.18 + #include <sys/utsname.h>
    1.19 + #include <scsi/sg.h>
    1.20 ++#include <limits.h>
    1.21 + #if !defined(SG_FLAG_LUN_INHIBIT)
    1.22 + # if defined(SG_FLAG_UNUSED_LUN_INHIBIT)
    1.23 + #  define SG_FLAG_LUN_INHIBIT SG_FLAG_UNUSED_LUN_INHIBIT