summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_responserecordsdb.c
diff options
context:
space:
mode:
authorRichard Sharpe <rsharpe@samba.org>2015-04-29 20:14:34 -0700
committerJeremy Allison <jra@samba.org>2015-05-01 19:15:10 +0200
commitb79aed8592fa2a388f63098406c1f1b88d1da7eb (patch)
tree84a9129e825c6754b7e6f5903e6d3fc3c43ab006 /source3/nmbd/nmbd_responserecordsdb.c
parentdf0eeca057631d406b1587af86872b209c73ee1a (diff)
downloadsamba-b79aed8592fa2a388f63098406c1f1b88d1da7eb.tar.gz
Convert all uses of uint8/16/32 to _t in nmbd and the include file.
Signed-off-by: Richard Sharpe <rsharpe@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/nmbd/nmbd_responserecordsdb.c')
-rw-r--r--source3/nmbd/nmbd_responserecordsdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nmbd/nmbd_responserecordsdb.c b/source3/nmbd/nmbd_responserecordsdb.c
index 78d4cc95d90..bd188509868 100644
--- a/source3/nmbd/nmbd_responserecordsdb.c
+++ b/source3/nmbd/nmbd_responserecordsdb.c
@@ -169,7 +169,7 @@ struct response_record *make_response_record( struct subnet_record *subrec,
**************************************************************************/
static struct response_record *find_response_record_on_subnet(
- struct subnet_record *subrec, uint16 id)
+ struct subnet_record *subrec, uint16_t id)
{
struct response_record *rrec = NULL;
@@ -188,7 +188,7 @@ static struct response_record *find_response_record_on_subnet(
**************************************************************************/
struct response_record *find_response_record(struct subnet_record **ppsubrec,
- uint16 id)
+ uint16_t id)
{
struct response_record *rrec = NULL;