wok-6.x annotate dvd+rw-tools/stuff/build-7.1.patch @ rev 24145
ventoy: set arch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 17 10:14:59 2021 +0000 (2021-11-17) |
parents | |
children |
rev | line source |
---|---|
jozee@2724 | 1 --- dvd+rw-tools-7.1/growisofs.c Tue Mar 4 09:15:03 2008 |
jozee@2724 | 2 +++ dvd+rw-tools-7.1-new/growisofs.c Wed Apr 22 21:57:43 2009 |
jozee@2724 | 3 @@ -442,6 +442,7 @@ |
jozee@2724 | 4 #include <sys/types.h> |
jozee@2724 | 5 #include <sys/stat.h> |
jozee@2724 | 6 #include <assert.h> |
jozee@2724 | 7 +#include <limits.h> |
jozee@2724 | 8 #include "mp.h" |
jozee@2724 | 9 |
jozee@2724 | 10 #if defined(__unix) || defined(__unix__) |
jozee@2724 | 11 --- dvd+rw-tools-7.1/transport.hxx Sat Mar 1 10:34:43 2008 |
jozee@2724 | 12 +++ dvd+rw-tools-7.1-new/transport.hxx Wed Apr 22 21:58:09 2009 |
jozee@2724 | 13 @@ -145,6 +145,7 @@ |
jozee@2724 | 14 #include <sys/wait.h> |
jozee@2724 | 15 #include <sys/utsname.h> |
jozee@2724 | 16 #include <scsi/sg.h> |
jozee@2724 | 17 +#include <limits.h> |
jozee@2724 | 18 #if !defined(SG_FLAG_LUN_INHIBIT) |
jozee@2724 | 19 # if defined(SG_FLAG_UNUSED_LUN_INHIBIT) |
jozee@2724 | 20 # define SG_FLAG_LUN_INHIBIT SG_FLAG_UNUSED_LUN_INHIBIT |