From e7d80fac04a9fc6aa0f0bc3a09f85de131f603fe Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 22 May 2008 02:22:28 +0000 Subject: convert two more static ints used as flags to smallints --- libc/inet/netlinkaccess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet') diff --git a/libc/inet/netlinkaccess.h b/libc/inet/netlinkaccess.h index 417d83a7b..f2a3ac0f8 100644 --- a/libc/inet/netlinkaccess.h +++ b/libc/inet/netlinkaccess.h @@ -63,7 +63,7 @@ struct netlink_handle #if 0 /* unused code */ #if __ASSUME_NETLINK_SUPPORT == 0 -extern int __no_netlink_support attribute_hidden; +extern smallint __no_netlink_support attribute_hidden; #else # define __no_netlink_support 0 #endif -- cgit v1.2.3