DragonFly commits List (threaded) for 2005-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/games/fish Makefile fish.c
swildner 2005/07/31 13:40:26 PDT
DragonFly src repository
Modified files:
games/fish Makefile fish.c
Log:
1) De-K&R-ify function declarations, add const where necessary and bump
WARNS to 6.
2) Remove duplicate CVS tag.
3) Remove unnecessary void casts.
4) Remove parameter names from function prototypes and make functions static.
5) Really use the usage() function.
6) Minor style cleanup.
(1) submitted by: Peter Avalos <pavalos@xxxxxxxxxxxx>
Revision Changes Path
1.3 +2 -1 src/games/fish/Makefile
1.4 +97 -118 src/games/fish/fish.c
http://www.dragonflybsd.org/cvsweb/src/games/fish/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/games/fish/fish.c.diff?r1=1.3&r2=1.4&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]