diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-05 12:17:01 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-05 12:17:01 +0000 |
commit | bfaff8ed1a3899c9aef7eaa2421d3d6467343ea1 (patch) | |
tree | b8613065fc41cf94769d1950f30cd9756855048f /source3/libsmb | |
parent | f151bf0694cd41bab2ed8a4ff260ff84f714ec5c (diff) | |
download | samba-bfaff8ed1a3899c9aef7eaa2421d3d6467343ea1.tar.gz samba-bfaff8ed1a3899c9aef7eaa2421d3d6467343ea1.tar.bz2 samba-bfaff8ed1a3899c9aef7eaa2421d3d6467343ea1.zip |
got smbwrapper working on IRIX 6.4. Things got a bit tricky,
especially as the headers get the syscall numbers wrong!
(This used to be commit a5405f1ab069a3123a819311a87ca84f2c5f0fea)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clientgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c index 46da08bb3a..e395aa3b15 100644 --- a/source3/libsmb/clientgen.c +++ b/source3/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); |