diff options
author | Andreas Schneider <asn@samba.org> | 2011-10-08 12:10:20 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-10-27 13:32:02 +0200 |
commit | 7b5fb7d9e88bf848173363f5a1e2a0f1db6c7293 (patch) | |
tree | 11e9fdc1edfd9e0433291f60a05e837b65e0c21c /source3/libsmb | |
parent | 2f65ae25df489028963825940274703100eb1365 (diff) | |
download | samba-7b5fb7d9e88bf848173363f5a1e2a0f1db6c7293.tar.gz samba-7b5fb7d9e88bf848173363f5a1e2a0f1db6c7293.tar.bz2 samba-7b5fb7d9e88bf848173363f5a1e2a0f1db6c7293.zip |
replace: Add don't include unistd.h directly and add uid_wrapper.
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/smb_share_modes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/smb_share_modes.c b/source3/libsmb/smb_share_modes.c index 7c0a6d2a4e..42640e0cea 100644 --- a/source3/libsmb/smb_share_modes.c +++ b/source3/libsmb/smb_share_modes.c @@ -24,6 +24,7 @@ License along with this library; if not, see <http://www.gnu.org/licenses/>. */ +#define UID_WRAPPER_NOT_REPLACE #include "includes.h" #include "system/filesys.h" #include "smb_share_modes.h" |