Style(9) cleanup.
authorChris Pressey <cpressey@dragonflybsd.org>
Wed, 24 Mar 2004 18:23:47 +0000 (18:23 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Wed, 24 Mar 2004 18:23:47 +0000 (18:23 +0000)
commit253892811e2c4b22d3904fc89b15ecbf59ed6a2c
treed9ed7c50c4b034b86b1e7193b219994edfdb5cf2
parentfcc9ea4ee2991d096112808852070263c607af14
Style(9) cleanup.

- Convert K&R-style function definitions to ANSI style.
- Remove ``register'' keywords.
- (fdformat only) Remove/add whitespace around operators, add parens
  after sizeof and return, use NULL instead of O for null pointer,
  and remove (void) casts on ignored return values,
- Move local variable out of redundant inner block.
- Remove redundant return from end of void functions.
- *argv[] -> **argv.
- NOT REACHED -> NOTREACHED.
- Correct wording of #endif hint-comment to __DragonFly__.
usr.sbin/fdformat/fdformat.c
usr.sbin/gifconfig/gifconfig.c
usr.sbin/moused/moused.c
usr.sbin/setkey/parse.y
usr.sbin/setkey/setkey.c
usr.sbin/setkey/test-pfkey.c
usr.sbin/setkey/test-policy.c