summaryrefslogtreecommitdiffstats
path: root/source/configure
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-14 00:19:12 +0000
committerJeremy Allison <jra@samba.org>2001-04-14 00:19:12 +0000
commit32397e5bc6d995ce7ca37c82d6aedc1e5b1b6fbd (patch)
tree0329edc74e135879ad9d581c22f358d51b37a85c /source/configure
parent5870e6019b82d2088b99acdc0f84e9e4847a1fa5 (diff)
downloadsamba-32397e5bc6d995ce7ca37c82d6aedc1e5b1b6fbd.tar.gz
samba-32397e5bc6d995ce7ca37c82d6aedc1e5b1b6fbd.tar.xz
samba-32397e5bc6d995ce7ca37c82d6aedc1e5b1b6fbd.zip
configure:
configure.in: include/config.h.in: include/profile.h: smbd/vfs-wrap.c: smbd/vfs.c: Added fchmod and fchown to VFS (sorry Gerald - but we needed them anyway). smbd/dosmode.c: smbd/files.c: printing/printfsp.c: smbd/close.c: smbd/open.c: Fixed "dos filemode" correctly so there are no race conditions. Forces test of open of file O_WRONLY before allowing fchmod as root. Afterwards, calls standard close function that preserves POSIX locks due to POSIX-me-harder braindamage. :-). Andrew please review this code. Also - in removing the tmpdir param in smbrun an extra NULL parameter was missed in each print_run_command() call (which is a varargs fn.). Now fixed. Jeremy.
Diffstat (limited to 'source/configure')
-rwxr-xr-xsource/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure b/source/configure
index 1288634fe6e..7cf0e29407a 100755
--- a/source/configure
+++ b/source/configure
@@ -5100,7 +5100,7 @@ else
RUNPROG=""
fi
-for ac_func in waitpid getcwd strdup strtoul strerror chown chmod chroot
+for ac_func in waitpid getcwd strdup strtoul strerror chown fchown chmod fchmod chroot
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:5107: checking for $ac_func" >&5