]> git.pld-linux.org Git - packages/avifile.git/blob - avifile-linux2.6.patch
- workaround for struct name change in Linux 2.6 headers
[packages/avifile.git] / avifile-linux2.6.patch
1 --- avifile-0.7-0.7.38/plugins/libwin32/loader/ldt_keeper.c.orig        2002-08-08 11:05:51.000000000 +0200
2 +++ avifile-0.7-0.7.38/plugins/libwin32/loader/ldt_keeper.c     2003-12-29 22:32:11.379726192 +0100
3 @@ -23,6 +23,7 @@
4  #include <unistd.h>
5  #ifdef __linux__
6  #include <asm/unistd.h>
7 +#define user_desc modify_ldt_ldt_s
8  #include <asm/ldt.h>
9  /* prototype it here, so we won't depend on kernel headers */
10  #ifdef  __cplusplus
This page took 0.160144 seconds and 3 git commands to generate.