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 | 50413d0d819d4f13e760ca8439c5bdde0898d63e (patch) | |
tree | 8a07bdc224d0b24b054ea2b9ced48dc04154ecce /source/tests | |
parent | 4d830e243650729344a2d1b238075e787802ff8b (diff) | |
download | samba-50413d0d819d4f13e760ca8439c5bdde0898d63e.tar.gz samba-50413d0d819d4f13e760ca8439c5bdde0898d63e.tar.xz samba-50413d0d819d4f13e760ca8439c5bdde0898d63e.zip |
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.
Diffstat (limited to 'source/tests')
-rw-r--r-- | source/tests/fcntl_lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/tests/fcntl_lock.c b/source/tests/fcntl_lock.c index c54479434e8..a90e00aa000 100644 --- a/source/tests/fcntl_lock.c +++ b/source/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> |