CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/10/02 16:20:50
Modified files:
usr.sbin/config: cmd.c exec.c exec_aout.c exec_ecoff.c
exec_elf.c files.c hash.c main.c misc.c
mkheaders.c mkioconf.c mkmakefile.c mkswap.c
pack.c sem.c ukc.c ukcutil.c util.c
Log message:
Fix some minor things in config(8):
* As haesbaert suggests, correctly order include files.
* Found some old style function defs. Updated.
* Found a prototype inside a function. Moved.
OK nicm@
