wok view dvd+rw-tools/stuff/build-7.1.patch @ rev 19615

Up: mpfr (3.1.5)
author Alexander Medvedev <devl547@gmail.com>
date Mon Jan 09 19:50:23 2017 +0000 (2017-01-09)
parents
children
line source
1 --- dvd+rw-tools-7.1/growisofs.c Tue Mar 4 09:15:03 2008
2 +++ dvd+rw-tools-7.1-new/growisofs.c Wed Apr 22 21:57:43 2009
3 @@ -442,6 +442,7 @@
4 #include <sys/types.h>
5 #include <sys/stat.h>
6 #include <assert.h>
7 +#include <limits.h>
8 #include "mp.h"
10 #if defined(__unix) || defined(__unix__)
11 --- dvd+rw-tools-7.1/transport.hxx Sat Mar 1 10:34:43 2008
12 +++ dvd+rw-tools-7.1-new/transport.hxx Wed Apr 22 21:58:09 2009
13 @@ -145,6 +145,7 @@
14 #include <sys/wait.h>
15 #include <sys/utsname.h>
16 #include <scsi/sg.h>
17 +#include <limits.h>
18 #if !defined(SG_FLAG_LUN_INHIBIT)
19 # if defined(SG_FLAG_UNUSED_LUN_INHIBIT)
20 # define SG_FLAG_LUN_INHIBIT SG_FLAG_UNUSED_LUN_INHIBIT