diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-03 19:03:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-03 19:03:25 +0100 |
commit | 93e2e04bf5ccbe43991e02712e8b3d809ac93e5c (patch) | |
tree | c0a2f55eef3492348f0a4092aff9bb394a89cc62 /package/util-linux/patches/patch-libmount_src_tab_parse_c | |
parent | 00b2b3fdc4b5fdbb4f8c39889353fb6acc8425e8 (diff) |
update to latest upstream
Diffstat (limited to 'package/util-linux/patches/patch-libmount_src_tab_parse_c')
-rw-r--r-- | package/util-linux/patches/patch-libmount_src_tab_parse_c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/util-linux/patches/patch-libmount_src_tab_parse_c b/package/util-linux/patches/patch-libmount_src_tab_parse_c new file mode 100644 index 000000000..89be40800 --- /dev/null +++ b/package/util-linux/patches/patch-libmount_src_tab_parse_c @@ -0,0 +1,11 @@ +--- util-linux-2.20.1.orig/libmount/src/tab_parse.c 2011-10-18 14:22:27.000000000 +0200 ++++ util-linux-2.20.1/libmount/src/tab_parse.c 2011-12-03 09:43:31.713340136 +0100 +@@ -10,6 +10,8 @@ + #include <dirent.h> + #include <fcntl.h> + ++#define UL_SCNsA "%ms" ++ + #include "at.h" + #include "mangle.h" + #include "mountP.h" |