diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-22 02:22:28 +0000 | 
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-22 02:22:28 +0000 | 
| commit | e7d80fac04a9fc6aa0f0bc3a09f85de131f603fe (patch) | |
| tree | 3da26386163b68a1f3fb1f5f75b8fcfe2369494d /libc | |
| parent | cd87a6218bca11cc57912187136479f986039224 (diff) | |
convert two more static ints used as flags to smallints
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/inet/netlinkaccess.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
