summary refs log tree commit diff
path: root/pkgs/development/libraries/xine-lib/xine-lib-linux-headers-2.6.23.patch
blob: cd3d766ea8f2984b5db9cfb8e56504e00cd3edc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# HG changeset patch
# User Ken Moffat <zarniwhoop@users.sourceforge.net>
# Date 1193435051 -3600
# Node ID 8a369a0d5ff104cc115bbe76c6b4f3e281d1ef25
# Parent 05fde4048642d1a7edb19ea623acd760064718bc
Linux-2.6.23 header change breaks build
>
> /* Special codes used when specifying changer slots. */
> #define CDSL_NONE               (INT_MAX-1)
> #define CDSL_CURRENT            INT_MAX

--- a/src/input/vcd/libcdio/_cdio_linux.c	Tue Oct 23 23:45:58 2007 +0100
+++ b/src/input/vcd/libcdio/_cdio_linux.c	Fri Oct 26 22:44:11 2007 +0100
@@ -59,6 +59,7 @@ static const char _rcsid[] = "$Id: _cdio
 #include <unistd.h>
 #include <fcntl.h>
 #include <mntent.h>
+#include <limits.h>
 
 #include <linux/cdrom.h>
 #include <scsi/scsi.h>