From efa1d8e417ae5b685c206853aaa0e7f762574585 Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sat, 16 May 2015 14:59:57 +0200 Subject: src: Use stdint types everywhere Signed-off-by: Felix Janda Signed-off-by: Pablo Neira Ayuso --- src/rtnl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rtnl.h') diff --git a/src/rtnl.h b/src/rtnl.h index 0c403dc..2cb22a8 100644 --- a/src/rtnl.h +++ b/src/rtnl.h @@ -7,7 +7,7 @@ struct rtnl_handler { struct rtnl_handler *next; - u_int16_t nlmsg_type; + uint16_t nlmsg_type; int (*handlefn)(struct nlmsghdr *h, void *arg); void *arg; }; -- cgit v1.2.3