part 2 --yali deps--

This commit is contained in:
Ertuğrul Erata
2015-08-04 13:47:51 +03:00
parent 8e328a7158
commit b7f3e05d5f
26 changed files with 846 additions and 0 deletions
@@ -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