diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-06 08:18:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-06 08:27:20 +0100 |
commit | 36a1d18ca865ded31b2f09c0e16293f32ff6ce39 (patch) | |
tree | b412b7157f2ed56847acced24b8125dc3a6c1081 /package/cifs-utils/patches/patch-mount_cifs_c | |
parent | 05c7de0816f480dca25fdb35c269a6f1d10d10ea (diff) |
cifs-utils: update to 7.0
Diffstat (limited to 'package/cifs-utils/patches/patch-mount_cifs_c')
-rw-r--r-- | package/cifs-utils/patches/patch-mount_cifs_c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/package/cifs-utils/patches/patch-mount_cifs_c b/package/cifs-utils/patches/patch-mount_cifs_c deleted file mode 100644 index 583514808..000000000 --- a/package/cifs-utils/patches/patch-mount_cifs_c +++ /dev/null @@ -1,24 +0,0 @@ ---- cifs-utils-6.7.orig/mount.cifs.c 2017-03-02 17:51:05.000000000 +0100 -+++ cifs-utils-6.7/mount.cifs.c 2017-03-27 18:57:14.519371156 +0200 -@@ -34,7 +34,13 @@ - #include <sys/utsname.h> - #include <sys/socket.h> - #include <arpa/inet.h> -+#ifdef HAVE_GNU_GETOPT_LONG - #include <getopt.h> -+#else -+#include "gnu_getopt.h" -+#define getopt_long gnu_getopt_long -+#define option gnu_option -+#endif - #include <errno.h> - #include <netdb.h> - #include <string.h> -@@ -61,7 +67,6 @@ - #include "mount.h" - #include "util.h" - #include "resolve_host.h" --#include "data_blob.h" - - #ifndef MS_MOVE - #define MS_MOVE 8192 |