CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/11/13 13:09:55
Modified files:
sbin/ipsecctl : pfkdump.c
usr.sbin/relayctl: parser.c parser.h
usr.sbin/dvmrpctl: parser.c parser.h
usr.sbin/ospfctl: parser.c parser.h
usr.sbin/ripctl: parser.c parser.h
Log message:
Don't use [] in function arguments when dealing with arrays
we don't know the size of, otherwise gcc >= 4 will error.
ok markus@ deraadt@
