Style(9):
authorChris Pressey <cpressey@dragonflybsd.org>
Tue, 1 Mar 2005 06:54:32 +0000 (06:54 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Tue, 1 Mar 2005 06:54:32 +0000 (06:54 +0000)
commit756a9c6c8a5eda5ce709b160e0442ca9884a0981
tree2981fd613dcdb2618e1837cef78b5924259e43e2
parent8f8e7e4dee641f84c876d041aa3f06dde3501369
Style(9):
- Add `static' to function prototypes and definitions;
- Remove `register' keyword;
- Rename local variables to avoid conflict with globals;
- Remove unneeded function argument;
- Sprinkle `const'.

Submitted-by: Larry Lansing <lansil_at_fuzzynerd_dot_com>
usr.bin/checknr/checknr.c