]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- workaround for struct name change in Linux 2.6 headers
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 30 Dec 2003 00:29:11 +0000 (00:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile-linux2.6.patch -> 1.1

avifile-linux2.6.patch [new file with mode: 0644]

diff --git a/avifile-linux2.6.patch b/avifile-linux2.6.patch
new file mode 100644 (file)
index 0000000..01f4341
--- /dev/null
@@ -0,0 +1,10 @@
+--- avifile-0.7-0.7.38/plugins/libwin32/loader/ldt_keeper.c.orig       2002-08-08 11:05:51.000000000 +0200
++++ avifile-0.7-0.7.38/plugins/libwin32/loader/ldt_keeper.c    2003-12-29 22:32:11.379726192 +0100
+@@ -23,6 +23,7 @@
+ #include <unistd.h>
+ #ifdef __linux__
+ #include <asm/unistd.h>
++#define user_desc modify_ldt_ldt_s
+ #include <asm/ldt.h>
+ /* prototype it here, so we won't depend on kernel headers */
+ #ifdef  __cplusplus
This page took 0.067724 seconds and 4 git commands to generate.