master
do not use gcc -W options which you do not understand
Use configtest as one word like other network daemon man pages.
correct indentation; no functional change ok tb@
list example files in FILES with a short description: generally, "Example configuration file.", but occasionally something else fit better; at the same time, try to make the format for FILES more consistent;
Stop tracking interface indexes. Suggested by deraadt.
update log.c in ifstated to the same used in bgpd etc. Done by Rob Pierce <rob AT 2keys DOT ca>, thanks
including sys/cdefs.h manually started as a result of netbsd trying to macro-build a replacement for sccsid, and was done without any concern for namespace damage. Unfortunately this practice started infecting other code as others were unaware they didn't need the file. ok millert guenther
Don't declare variables as "unsigned char *" that are passed to functions that take "char *" arguments. Where such chars are assigned to int or passed to ctype functions, explicitly cast them to unsigned char.