summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-03-13 00:51:05 +0000
committerJeremy Allison <jra@samba.org>2003-03-13 00:51:05 +0000
commitdbe2858b862232ede390fe0088f82d1e826612f9 (patch)
treecb377cb1395a8890f29251245e00e73e6d88ce20 /source3/include
parent30d1059b7a29f3f565122c2913531f5cf8a8ce44 (diff)
downloadsamba-dbe2858b862232ede390fe0088f82d1e826612f9.tar.gz
samba-dbe2858b862232ede390fe0088f82d1e826612f9.tar.bz2
samba-dbe2858b862232ede390fe0088f82d1e826612f9.zip
Change size parameters from signed to unsigned to fix up warnings.
Jeremy. (This used to be commit 33b11d5eb53bdeb9d279d221fd5c01579253e1c7)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 73e29a1fff..3375bacb0f 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -113,7 +113,7 @@ struct cli_state {
int max_mux;
char *outbuf;
char *inbuf;
- int bufsize;
+ unsigned int bufsize;
int initialised;
int win95;
uint32 capabilities;