diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-01-28 20:15:23 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-01-28 20:15:23 +0000 |
commit | 4dd22b6826da690a6717120a85f5ee973e5fc437 (patch) | |
tree | 0178fff982f7799da9bb7692d6059b71734774a7 /user/cifs-utils/musl-fix-includes.patch | |
parent | 35c913e7621f9d366fd4a287cf04e34445aa9fd1 (diff) | |
parent | 795cfbffd95949cf469637ad66e8d00ba0b62df1 (diff) | |
download | packages-4dd22b6826da690a6717120a85f5ee973e5fc437.tar.gz packages-4dd22b6826da690a6717120a85f5ee973e5fc437.tar.bz2 packages-4dd22b6826da690a6717120a85f5ee973e5fc437.tar.xz packages-4dd22b6826da690a6717120a85f5ee973e5fc437.zip |
Merge branch 'cifs-utils' into 'master'
cifs-utils and friends
- [x] cifs-utils
- [x] talloc
ACL / idmap support can be added later once `samba` is packaged.
See merge request !158
Diffstat (limited to 'user/cifs-utils/musl-fix-includes.patch')
-rw-r--r-- | user/cifs-utils/musl-fix-includes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/cifs-utils/musl-fix-includes.patch b/user/cifs-utils/musl-fix-includes.patch new file mode 100644 index 000000000..c7b9b004f --- /dev/null +++ b/user/cifs-utils/musl-fix-includes.patch @@ -0,0 +1,11 @@ +--- cifs-utils-6.2.orig/mount.h ++++ cifs-utils-6.2/mount.h +@@ -20,6 +20,8 @@ + #ifndef _MOUNT_H_ + #define _MOUNT_H_ + ++#include <paths.h> ++ + /* exit status - bits below are ORed */ + #define EX_USAGE 1 /* incorrect invocation or permission */ + #define EX_SYSERR 2 /* out of memory, cannot fork, ... */ |