K 10 svn:author V 7 glebius K 8 svn:date V 27 2015-09-07T13:02:25.479785Z K 7 svn:log V 316 Sort if.h to reduce ifdef mess: - POSIX declarations go first, then go BSD_VISIBLE ones: userland ones first, kernel ones the last. - Move IFCOUNTER enum into userland part, we plan to provide API to query particular counters. - Use C11 anonymous unions in if_data, to remove ifdefs. Sponsored by: Nginx, Inc. END