summaryrefslogtreecommitdiff
path: root/source3/tests
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-10-22 18:51:16 +0000
committerJeremy Allison <jra@samba.org>1998-10-22 18:51:16 +0000
commit80f920181f8d2d58bd3b341aac57de0c71e21374 (patch)
tree6c5db4dfe60abdc3f53ac359b8529f0dc96ed248 /source3/tests
parentcbd0b2ccf9519bcada58567b88987e134563058d (diff)
downloadsamba-80f920181f8d2d58bd3b341aac57de0c71e21374.tar.gz
samba-80f920181f8d2d58bd3b341aac57de0c71e21374.tar.bz2
samba-80f920181f8d2d58bd3b341aac57de0c71e21374.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. (This used to be commit 50413d0d819d4f13e760ca8439c5bdde0898d63e)
Diffstat (limited to 'source3/tests')
-rw-r--r--source3/tests/fcntl_lock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/tests/fcntl_lock.c b/source3/tests/fcntl_lock.c
index c54479434e..a90e00aa00 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>