From 26ba7625823846b8a2032d23d10cea14d43163d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Sat, 30 Jun 2001 13:31:17 +0000 Subject: [PATCH] - corrected raw-device patches Changed files: util-linux-2.10o-rawio.patch -> 1.3 util-linux-raw.patch -> 1.2 --- util-linux-2.10o-rawio.patch | 6 +++--- util-linux-raw.patch | 23 ----------------------- 2 files changed, 3 insertions(+), 26 deletions(-) diff --git a/util-linux-2.10o-rawio.patch b/util-linux-2.10o-rawio.patch index f455281..2978f71 100644 --- a/util-linux-2.10o-rawio.patch +++ b/util-linux-2.10o-rawio.patch @@ -5,7 +5,7 @@ diff -urN util-linux-2.10q.org/configure util-linux-2.10q/configure # 11. For pivot_root.c: does define __NR_pivot_root? # 12. For hwclock.c: does struct tm have a field tm_gmtoff? # 13. For nfsmount: does the output of rpcgen compile? -+# 14. For raw.c: does exist? ++# 14. For raw.c: does exist? rm -f make_include defines.h @@ -15,9 +15,9 @@ diff -urN util-linux-2.10q.org/configure util-linux-2.10q/configure rm -f conftestx.o conftestl.o + +# -+# 14. For raw.c: does exist? ++# 14. For raw.c: does exist? +# -+if ./testincl "linux/raw.h"; then ++if ./testincl "sys/raw.h"; then + echo "ADD_RAW=yes" >> make_include +fi + diff --git a/util-linux-raw.patch b/util-linux-raw.patch index 8b4559f..2f8b8f3 100644 --- a/util-linux-raw.patch +++ b/util-linux-raw.patch @@ -18,26 +18,3 @@ char * progname; int do_query = 0; ---- ./configure.orig Sat Jun 30 13:13:31 2001 -+++ ./configure Sat Jun 30 13:52:00 2001 -@@ -35,7 +35,7 @@ - # 11. For pivot_root.c: does define __NR_pivot_root? - # 12. For hwclock.c: does struct tm have a field tm_gmtoff? - # 13. For nfsmount: does the output of rpcgen compile? --# 14. For raw.c: does exist? -+# 14. For raw.c: does exist? - - rm -f make_include defines.h - -@@ -601,9 +601,9 @@ - rm -f conftestx.o conftestl.o - - # --# 14. For raw.c: does exist? -+# 14. For raw.c: does exist? - # --if ./testincl "linux/raw.h"; then -+if ./testincl "sys/raw.h"; then - echo "ADD_RAW=yes" >> make_include - fi - -- 2.44.0