Am Montag, 14. April 2008 15:31:08 schrieb Dan Nicholson:
> On Mon, Apr 14, 2008 at 4:59 AM, Nicolas FRANCOIS
> ...
>
> I haven't looked at the source, but it should be pretty
> straightforward. Just lump <limits.h> in with the other system
> headers.
Yes it is. I have prepared a patch for that but forgot to post it. Here it   
is...

--
Thomas
diff -Naur dvd+rw-tools-7.0.orig/growisofs.c dvd+rw-tools-7.0/growisofs.c
--- dvd+rw-tools-7.0.orig/growisofs.c   2006-09-24
18:28:53.000000000 +0100
+++ dvd+rw-tools-7.0/growisofs.c        2007-10-25
22:51:52.000000000 +0100
@@ -560,6 +560,7 @@
 #if defined(__linux)
 
 #include <linux/types.h>
+#include <limits.h>
 #include <linux/cdrom.h>
 #include <sys/ioctl.h>
 #include <sys/prctl.h>
diff -Naur dvd+rw-tools-7.0.orig/transport.hxx dvd+rw-tools-7.0/transport.hxx
--- dvd+rw-tools-7.0.orig/transport.hxx 2006-09-23
12:29:07.000000000 +0100
+++ dvd+rw-tools-7.0/transport.hxx      2007-10-25
23:01:34.000000000 +0100
@@ -132,6 +132,7 @@
 #if defined(__linux)
 
 #include <sys/ioctl.h>
+#include <limits.h>
 #include <linux/cdrom.h>
 #include <mntent.h>
 #include <sys/wait.h>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to