diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-27 19:28:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-27 19:28:29 +0200 |
commit | c26bc99715d56cb4b50d3557ac14855307746f7c (patch) | |
tree | 23639565de866c732ba266b6ba701f8a674a02b4 /package/cifs-utils/patches/patch-mtab_c | |
parent | bc43d28e4272a13316716f87b23ef69b594a6306 (diff) |
cifs-utils: update to 6.7
Diffstat (limited to 'package/cifs-utils/patches/patch-mtab_c')
-rw-r--r-- | package/cifs-utils/patches/patch-mtab_c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/cifs-utils/patches/patch-mtab_c b/package/cifs-utils/patches/patch-mtab_c index 8aa1db2d3..90655935f 100644 --- a/package/cifs-utils/patches/patch-mtab_c +++ b/package/cifs-utils/patches/patch-mtab_c @@ -1,5 +1,5 @@ ---- cifs-utils-6.1.orig/mtab.c 2013-07-02 21:13:33.000000000 +0200 -+++ cifs-utils-6.1/mtab.c 2013-10-28 07:33:27.000000000 +0100 +--- cifs-utils-6.7.orig/mtab.c 2017-03-02 17:51:05.000000000 +0100 ++++ cifs-utils-6.7/mtab.c 2017-03-27 01:54:09.094784041 +0200 @@ -36,6 +36,7 @@ #include <time.h> #include <fcntl.h> @@ -7,4 +7,4 @@ +#include <paths.h> #include <stdlib.h> #include <signal.h> - #include "mount.h" + #include <paths.h> |