summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-03 10:24:49 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-03 10:24:49 +0000
commit909ca3a887d8befe49089665d88946e304d9f0cc (patch)
treea770db6eea41b475bdb500b926b773641d9f07be /source3/smbwrapper/smbw.h
parentcce5f09a90b5027bafd22f42edab9c256789bce1 (diff)
downloadsamba-909ca3a887d8befe49089665d88946e304d9f0cc.tar.gz
samba-909ca3a887d8befe49089665d88946e304d9f0cc.tar.bz2
samba-909ca3a887d8befe49089665d88946e304d9f0cc.zip
added basic chmod(), chown() and utime() support (not fully
implemented). this is enough to be able to edit files using emacs on the smbwrapper filesystem (This used to be commit e5c3f36ef2e8fc0195d70b2f5db7d88d9ae4507a)
Diffstat (limited to 'source3/smbwrapper/smbw.h')
-rw-r--r--source3/smbwrapper/smbw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbwrapper/smbw.h b/source3/smbwrapper/smbw.h
index fe29140876..60a339181b 100644
--- a/source3/smbwrapper/smbw.h
+++ b/source3/smbwrapper/smbw.h
@@ -22,6 +22,7 @@
#define SMBW_PREFIX "/smb/"
#define SMBW_FD_OFFSET 1024
+#define SMBW_CLI_FD 1023
#define SMBW_MAX_OPEN 2048
#define SMBW_FILE_MODE (S_IFREG | 0644)