summaryrefslogtreecommitdiff
path: root/source3/lib/smbrun.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-05 20:52:02 +0000
committerJeremy Allison <jra@samba.org>2001-04-05 20:52:02 +0000
commit45646e88188b5d175f7755bc64f186cd59ed4c80 (patch)
tree87682bef5ddc67fffea83bd71bc719a15cbfdedf /source3/lib/smbrun.c
parent5d609165969c5b06aed581b1a21d7b7b0dca9430 (diff)
downloadsamba-45646e88188b5d175f7755bc64f186cd59ed4c80.tar.gz
samba-45646e88188b5d175f7755bc64f186cd59ed4c80.tar.bz2
samba-45646e88188b5d175f7755bc64f186cd59ed4c80.zip
Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs.
Jeremy. (This used to be commit ffa800e980bfed3d82ec7b0a037085c4558f8f0f)
Diffstat (limited to 'source3/lib/smbrun.c')
-rw-r--r--source3/lib/smbrun.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/smbrun.c b/source3/lib/smbrun.c
index 983c61f862..2b7d141834 100644
--- a/source3/lib/smbrun.c
+++ b/source3/lib/smbrun.c
@@ -33,7 +33,6 @@ the child as it may leave the caller in a privileged state.
static BOOL setup_stdout_file(char *outfile,BOOL shared)
{
int fd;
- SMB_STRUCT_STAT st;
mode_t mode = S_IWUSR|S_IRUSR|S_IRGRP|S_IROTH;
int flags = O_RDWR|O_CREAT|O_TRUNC|O_EXCL;