]> git.pld-linux.org Git - packages/device-mapper.git/commitdiff
- dropped, proper fix in spec
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Mar 2004 14:33:50 +0000 (14:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    device-mapper-errno.patch -> 1.2

device-mapper-errno.patch [deleted file]

diff --git a/device-mapper-errno.patch b/device-mapper-errno.patch
deleted file mode 100644 (file)
index 5b9be4a..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -Nur old/lib/ioctl/libdevmapper.c new/lib/ioctl/libdevmapper.c
---- old/lib/ioctl/libdevmapper.c       2003-11-13 13:14:28.000000000 +0000
-+++ new/lib/ioctl/libdevmapper.c       2004-03-05 13:42:59.000000000 +0000
-@@ -17,6 +17,7 @@
- #include <unistd.h>
- #include <fcntl.h>
- #include <dirent.h>
-+#include "/usr/include/linux/errno.h"
- #include <errno.h>
- #include <sys/stat.h>
- #include <sys/ioctl.h>
-@@ -31,7 +32,6 @@
- #  define MINOR(x) minor((x))
- #  define MKDEV(x,y) makedev((x),(y))
- #endif
--
- /*
-  * Ensure build compatibility.  
-  * The hard-coded versions here are the highest present 
-diff -Nur old/lib/libdm-common.c new/lib/libdm-common.c
---- old/lib/libdm-common.c     2003-07-01 21:20:18.000000000 +0000
-+++ new/lib/libdm-common.c     2004-03-05 13:43:24.000000000 +0000
-@@ -15,6 +15,7 @@
- #include <sys/param.h>
- #include <sys/stat.h>
- #include <unistd.h>
-+#include "/usr/include/linux/errno.h"
- #include <errno.h>
- #include <linux/dm-ioctl.h>
- #include <linux/kdev_t.h>
This page took 0.062791 seconds and 4 git commands to generate.