wok annotate dvd+rw-tools/stuff/build-7.1.patch @ rev 25175
updated python-cryptography (2.7 -> 2.8)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 17:39:11 2022 +0100 (2022-07-01) |
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 |