summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper/smbw_stat.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-05 12:17:01 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-05 12:17:01 +0000
commita5405f1ab069a3123a819311a87ca84f2c5f0fea (patch)
tree1d7b679cbefad581bd34526364b3c25d077176bc /source/smbwrapper/smbw_stat.c
parent7c4ad07b5989feee6ab84eb7ff2fe2e76e1475a6 (diff)
downloadsamba-a5405f1ab069a3123a819311a87ca84f2c5f0fea.tar.gz
samba-a5405f1ab069a3123a819311a87ca84f2c5f0fea.tar.xz
samba-a5405f1ab069a3123a819311a87ca84f2c5f0fea.zip
got smbwrapper working on IRIX 6.4. Things got a bit tricky,
especially as the headers get the syscall numbers wrong!
Diffstat (limited to 'source/smbwrapper/smbw_stat.c')
-rw-r--r--source/smbwrapper/smbw_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbwrapper/smbw_stat.c b/source/smbwrapper/smbw_stat.c
index 5362f3a6cb6..f4d92321bb1 100644
--- a/source/smbwrapper/smbw_stat.c
+++ b/source/smbwrapper/smbw_stat.c
@@ -118,7 +118,7 @@ int smbw_fstat(int fd, struct stat *st)
struct smbw_file *file;
time_t c_time, a_time, m_time;
uint32 size;
- int mode;
+ uint32 mode;
smbw_busy++;