diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-05 18:14:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-05 18:14:17 +0200 |
commit | 9a8a34f7febc021c9c8d39cdd8c5205782c716e5 (patch) | |
tree | a3719fbfdff0caed5dc1db4435910b5c4161b31d /package/cifs-utils/patches/patch-mtab_c | |
parent | 4d826ccc0a3346fafe297f74ae23030633e84aa7 (diff) |
fix runtime problems with musl libc, add gnu_getopt for musl builds via configure magic
Diffstat (limited to 'package/cifs-utils/patches/patch-mtab_c')
-rw-r--r-- | package/cifs-utils/patches/patch-mtab_c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/cifs-utils/patches/patch-mtab_c b/package/cifs-utils/patches/patch-mtab_c deleted file mode 100644 index dbbd27317..000000000 --- a/package/cifs-utils/patches/patch-mtab_c +++ /dev/null @@ -1,10 +0,0 @@ ---- cifs-utils-6.0.orig/mtab.c 2013-03-25 15:52:05.000000000 +0100 -+++ cifs-utils-6.0/mtab.c 2013-09-18 10:52:53.000000000 +0200 -@@ -36,6 +36,7 @@ - #include <time.h> - #include <fcntl.h> - #include <mntent.h> -+#include <paths.h> - #include <stdlib.h> - #include <signal.h> - #include "mount.h" |