CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/03/16 13:24:36
Modified files: sbin/ifconfig : ifconfig.c Log message: Move setifrtlabel() and *keepalive() prototypes out of SMALL Those commands are not supported under SMALL; unless I overlooked others, this should be the last bit to declare all prototypes correctly wrt. SMALL (the overall unsorted order of both prototypes and commands makes this hard to spot). No object change, with and without SMALL.