diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2003-02-01 07:25:53 +0000 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2003-02-01 07:25:53 +0000 |
| commit | 3b2244526c7ae64f744539154681b9883daebc3f (patch) | |
| tree | e97ff5a3fa541746a605d1f58862c65d16e999f5 /source3/include | |
| parent | 21554bfae25d556562b24bdc5966fa517602561a (diff) | |
Merge of signed/unsigned fixes from HEAD.
(This used to be commit e9f56a157bd472914eebf64fde586104d8274717)
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 8138555539..279b79eace 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -807,7 +807,7 @@ struct parm_struct struct bitmap { uint32 *b; - int n; + unsigned int n; }; #define FLAG_BASIC 0x0001 /* fundamental options */ |
