ifconfig(8): Change constructor priorities from 100 to 101.
authorSascha Wildner <saw@online.de>
Sat, 26 Feb 2011 08:30:01 +0000 (09:30 +0100)
committerSascha Wildner <saw@online.de>
Sat, 26 Feb 2011 08:30:25 +0000 (09:30 +0100)
commitd44b223a72fb850c7c26a8b776addb6626c653df
tree65eb1857f832a1a0896a0cb34faf8e40f4b19c9c
parentd8c194b000eec36ed2ffca00db6381a59fd414ca
ifconfig(8): Change constructor priorities from 100 to 101.

This silences some gcc44 warnings.

Constructor priorities are bounded between 101 and 65535 inclusive.
0 to 100 are reserved for the implementation.

See also:

http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html
http://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Attributes.html
12 files changed:
sbin/ifconfig/af_atalk.c
sbin/ifconfig/af_inet.c
sbin/ifconfig/af_inet6.c
sbin/ifconfig/af_ipx.c
sbin/ifconfig/af_link.c
sbin/ifconfig/ifbridge.c
sbin/ifconfig/ifcarp.c
sbin/ifconfig/ifclone.c
sbin/ifconfig/ifconfig.c
sbin/ifconfig/ifieee80211.c
sbin/ifconfig/ifmedia.c
sbin/ifconfig/ifvlan.c