]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- outdated
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 24 Mar 2007 00:12:43 +0000 (00:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux-raw.patch -> 1.7

util-linux-raw.patch [deleted file]

diff --git a/util-linux-raw.patch b/util-linux-raw.patch
deleted file mode 100644 (file)
index 5ebec01..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ur util-linux-2.12q.org/disk-utils/raw.c util-linux-2.12q/disk-utils/raw.c
---- util-linux-2.12q.org/disk-utils/raw.c      2002-03-08 23:58:37.000000000 +0100
-+++ util-linux-2.12q/disk-utils/raw.c  2005-02-27 19:21:29.000000000 +0100
-@@ -19,7 +19,7 @@
- #include <sys/stat.h>
- #include <sys/ioctl.h>
- #include <sys/sysmacros.h>
--#include <linux/raw.h>
-+#include <sys/raw.h>
- #include <linux/major.h>
- #ifdef OLD_RAW_DEVS
-@@ -31,6 +31,8 @@
- #endif
- #define DEVFS_RAWCTLDEV "/dev/raw/rawctl"
-+#undef __LINUX_RAW_H
-+#define __LINUX_RAW_H __SYSTEM_RAW_H
- char *        progname;
- int   do_query = 0;
This page took 0.17119 seconds and 4 git commands to generate.