diff options
author | Mike Baker <mbm@openwrt.org> | 2004-05-25 04:32:27 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2004-05-25 04:32:27 +0000 |
commit | e5f9af658d60e0a3a1eb6cc56cbabce4ea7e8c98 (patch) | |
tree | a2e08d2be3224409a033d25af8861d9853e72de7 /obsolete-buildroot/sources/util-linux.patch | |
parent | edab25e640eee1fd2ecc9d4dee916b5164cc35f8 (diff) | |
download | mtk-20170518-e5f9af658d60e0a3a1eb6cc56cbabce4ea7e8c98.zip mtk-20170518-e5f9af658d60e0a3a1eb6cc56cbabce4ea7e8c98.tar.gz mtk-20170518-e5f9af658d60e0a3a1eb6cc56cbabce4ea7e8c98.tar.bz2 |
Initial revision
SVN-Revision: 30
Diffstat (limited to 'obsolete-buildroot/sources/util-linux.patch')
-rw-r--r-- | obsolete-buildroot/sources/util-linux.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/obsolete-buildroot/sources/util-linux.patch b/obsolete-buildroot/sources/util-linux.patch new file mode 100644 index 0000000..601e7dc --- /dev/null +++ b/obsolete-buildroot/sources/util-linux.patch @@ -0,0 +1,28 @@ +--- util-linux-2.11z/mount/fstab.c.orig 2003-12-03 15:28:22.000000000 -0700 ++++ util-linux-2.11z/mount/fstab.c 2003-12-03 15:28:41.000000000 -0700 +@@ -342,7 +342,7 @@ + /* Ensure that the lock is released if we are interrupted. */ + static void + handler (int sig) { +- die (EX_USER, "%s", sys_siglist[sig]); ++ die (EX_USER, "%s", strsignal(sig)); + } + + static void +--- /dev/null 2003-09-07 01:55:59.000000000 -0600 ++++ util-linux-2.11z/mount/swapargs.h 2003-12-03 15:44:50.000000000 -0700 +@@ -0,0 +1,3 @@ ++#define SWAPON_HAS_TWO_ARGS ++#include <asm/page.h> ++#include <sys/swap.h> +--- util-linux-2.11z/mount/swap.configure.orig 2003-12-03 15:43:24.000000000 -0700 ++++ util-linux-2.11z/mount/swap.configure 2003-12-03 15:45:33.000000000 -0700 +@@ -1,6 +1,8 @@ + # Find out whether we can include <sys/swap.h> + # and whether libc thinks that swapon() has two arguments. + ++exit 0 ++ + # Prepare test + CC=${CC-cc} + compile="$CC -o conftest conftest.c >/dev/null 2>&1" |