]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- new auto/ac/util-linux-2_12-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 16 Nov 2003 14:35:39 +0000 (14:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux-amd64.patch -> 1.1

util-linux-amd64.patch [new file with mode: 0644]

diff --git a/util-linux-amd64.patch b/util-linux-amd64.patch
new file mode 100644 (file)
index 0000000..01b5216
--- /dev/null
@@ -0,0 +1,24 @@
+diff -urN util-linux-2.12.org/fdisk/llseek.c util-linux-2.12/fdisk/llseek.c
+--- util-linux-2.12.org/fdisk/llseek.c 2003-11-16 15:32:12.000000000 +0100
++++ util-linux-2.12/fdisk/llseek.c     2003-11-16 15:32:36.000000000 +0100
+@@ -19,7 +19,7 @@
+ #else /* HAVE_LLSEEK */
+-#if defined(__alpha__) || defined(__ia64__) || defined(__s390x__)
++#if defined(__alpha__) || defined(__ia64__) || defined(__s390x__) || defined(__x86_64__)
+ #define my_llseek lseek
+diff -urN util-linux-2.12.org/misc-utils/whereis.c util-linux-2.12/misc-utils/whereis.c
+--- util-linux-2.12.org/misc-utils/whereis.c   2003-11-16 15:32:12.000000000 +0100
++++ util-linux-2.12/misc-utils/whereis.c       2003-11-16 15:32:43.000000000 +0100
+@@ -66,6 +66,8 @@
+    "/usr/etc",
+    "/lib",
+    "/usr/lib",
++   "/lib64",
++   "/usr/lib64",
+    "/usr/games",
+    "/usr/games/bin",
+    "/usr/games/lib",
This page took 0.073331 seconds and 4 git commands to generate.