diff options
author | Jeremy Allison <jra@samba.org> | 1998-10-22 18:51:16 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-10-22 18:51:16 +0000 |
commit | 80f920181f8d2d58bd3b341aac57de0c71e21374 (patch) | |
tree | 6c5db4dfe60abdc3f53ac359b8529f0dc96ed248 /source3/tests | |
parent | cbd0b2ccf9519bcada58567b88987e134563058d (diff) | |
download | samba-80f920181f8d2d58bd3b341aac57de0c71e21374.tar.gz |
server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring
(as it is everywhere else).
smbwrapper/smbsh.c: For IRIX n32 binaries, set _RLDN32_LIST not _RLD32_LIST.
Exec users preferred shell is SHELL environment variable is set.
tests/fcntl_lock.c: Added sys/types.h for systems that need this.
Jeremy.
(This used to be commit 50413d0d819d4f13e760ca8439c5bdde0898d63e)
Diffstat (limited to 'source3/tests')
-rw-r--r-- | source3/tests/fcntl_lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/tests/fcntl_lock.c b/source3/tests/fcntl_lock.c index c54479434e8..a90e00aa000 100644 --- a/source3/tests/fcntl_lock.c +++ b/source3/tests/fcntl_lock.c @@ -2,6 +2,7 @@ #include <stdio.h> #include <stdlib.h> +#include <sys/types.h> #ifdef HAVE_FCNTL_H #include <fcntl.h> |