]> git.pld-linux.org Git - packages/dmraid.git/commitdiff
- dietlibc doesn't have lseek64 too
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 18 Mar 2009 23:15:36 +0000 (23:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dmraid-diet.patch -> 1.1

dmraid-diet.patch [new file with mode: 0644]

diff --git a/dmraid-diet.patch b/dmraid-diet.patch
new file mode 100644 (file)
index 0000000..c0a7c7c
--- /dev/null
@@ -0,0 +1,11 @@
+--- dmraid/lib/misc/file.c~    2008-06-12 12:54:32.000000000 +0200
++++ dmraid/lib/misc/file.c     2009-03-19 00:14:33.000000000 +0100
+@@ -69,7 +69,7 @@
+       if ((fd = open(path, flags, lc->mode)) == -1)
+               LOG_ERR(lc, 0, "opening \"%s\"", path);
+-#ifdef __KLIBC__
++#if defined(__KLIBC__) || defined(__dietlibc__)
+ #define       DMRAID_LSEEK    lseek
+ #else
+ #define       DMRAID_LSEEK    lseek64
This page took 0.085375 seconds and 4 git commands to generate.