buildroot/package/dvdrw-tools/0001-limits.h.patch
Steve Kenton 695d7b987d dvdrw-tools: new package
The dvd+rw-tools are used to master Blu-ray Disc and DVD Disc media,
both +RW/+R and -RW/-R. Note: The +RW in the name is a historical
artifact. This package contains the widely used growisofs program.

[Thomas:
 - adjust minor formatting issues in Config.in file.
 - remove unneeded empty line in hash file.
 - make the mkisofs symbolic link a relative one.]

Signed-off-by: Steve Kenton <skenton@ou.edu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-03-17 23:08:31 +01:00

24 lines
708 B
Diff

transport.hxx: add limits.h include now needed because of kernel changes
Signed-off-by: Steve Kenton <skenton@ou.edu>
diff -pruN dvd+rw-tools-7.1.ori/transport.hxx dvd+rw-tools-7.1/transport.hxx
--- dvd+rw-tools-7.1.ori/transport.hxx 2008-03-01 04:34:43.000000000 -0600
+++ dvd+rw-tools-7.1/transport.hxx 2015-01-18 15:47:24.245863631 -0600
@@ -9,6 +9,7 @@
#if defined(__unix) || defined(__unix__)
#include <stdio.h>
#include <stdlib.h>
+#include <limits.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
@@ -40,6 +41,7 @@ inline long getmsecs()
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
+#include <limits.h>
#define ssize_t LONG_PTR
#define off64_t __int64