Style(9) cleanup.
authorChris Pressey <cpressey@dragonflybsd.org>
Tue, 30 Mar 2004 01:14:22 +0000 (01:14 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Tue, 30 Mar 2004 01:14:22 +0000 (01:14 +0000)
commit305c3bd05283008cefd17fb91079231d863eecf0
treef5e05bce73530bd4b4dc5354d6f22f8d9322bf1c
parent7814a835342d1e5e3d636ee094c4cf3209b6c77f
Style(9) cleanup.

- Convert K&R-style function definitions to ANSI style.
- Remove ``register'' keywords.
- char *argv[] -> char **argv
- No functional changes.
usr.sbin/ndp/ndp.c
usr.sbin/traceroute6/traceroute6.c
usr.sbin/ypbind/yp_ping.c
usr.sbin/ypbind/ypbind.c