]> git.pld-linux.org Git - packages/dmraid.git/blob - dmraid-diet.patch
rediff patches
[packages/dmraid.git] / dmraid-diet.patch
1 --- dmraid/lib/misc/file.c~     2008-06-12 12:54:32.000000000 +0200
2 +++ dmraid/lib/misc/file.c      2009-03-19 00:14:33.000000000 +0100
3 @@ -69,7 +69,7 @@
4         if ((fd = open(path, flags, lc->mode)) == -1)
5                 LOG_ERR(lc, 0, "opening \"%s\"", path);
6  
7 -#ifdef __KLIBC__
8 +#if defined(__KLIBC__) || defined(__dietlibc__)
9  #define        DMRAID_LSEEK    lseek
10  #else
11  #define        DMRAID_LSEEK    lseek64
This page took 0.051913 seconds and 3 git commands to generate.