diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-26 14:44:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-26 14:44:05 +0200 |
commit | 5ae441d42ae9d1b33793a3ca19a7c929344337f7 (patch) | |
tree | 74fde0e28f77fc9627149148231391b311961bfe /package/cifs-utils/patches/patch-mtab_c | |
parent | d871140e95bd81cf9ee4998d7199cff292241681 (diff) | |
parent | d0cedd6214f7c35b73a22464c8688dbf9eb79f62 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/cifs-utils/patches/patch-mtab_c')
-rw-r--r-- | package/cifs-utils/patches/patch-mtab_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/cifs-utils/patches/patch-mtab_c b/package/cifs-utils/patches/patch-mtab_c new file mode 100644 index 000000000..dbbd27317 --- /dev/null +++ b/package/cifs-utils/patches/patch-mtab_c @@ -0,0 +1,10 @@ +--- 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" |