summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clientgen.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/libsmb/clientgen.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/libsmb/clientgen.c')
-rw-r--r--source/libsmb/clientgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/clientgen.c b/source/libsmb/clientgen.c
index 46da08bb3a4..e395aa3b15c 100644
--- a/source/libsmb/clientgen.c
+++ b/source/libsmb/clientgen.c
@@ -1343,7 +1343,7 @@ size_t cli_write(struct cli_state *cli, int fnum, char *buf, off_t offset, size_
do a SMBgetattrE call
****************************************************************************/
BOOL cli_getattrE(struct cli_state *cli, int fd,
- int *attr, uint32 *size,
+ uint32 *attr, size_t *size,
time_t *c_time, time_t *a_time, time_t *m_time)
{
bzero(cli->outbuf,smb_size);