DragonFly commits List (threaded) for 2005-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/checknr checknr.c
cpressey 2005/02/28 22:54:32 PST
DragonFly src repository
Modified files:
usr.bin/checknr checknr.c
Log:
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>
Revision Changes Path
1.5 +44 -44 src/usr.bin/checknr/checknr.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/checknr/checknr.c.diff?r1=1.4&r2=1.5&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]