Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/wsconsctl
Module Name: src
Committed By: jmmv
Date: Sun Feb 5 18:11:46 UTC 2006
Modified Files:
src/sbin/wsconsctl: display.c keyboard.c keysym.c map_parse.y
map_scan.l mouse.c util.c wsconsctl.c
Log Message:
Style fixes:
- Use EXIT_SUCCESS/EXIT_FAILURE where appropriate.
- Cut long lines.
- Properly indent continuation of lines.
- Sort includes.
- Replace u_int with unsigned int.
- Remove parenthesis around return values.
- Add blank line at the beginning of functions without local parameters.
- Cast *printf calls to void.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sbin/wsconsctl/display.c
cvs rdiff -r1.7 -r1.8 src/sbin/wsconsctl/keyboard.c
cvs rdiff -r1.6 -r1.7 src/sbin/wsconsctl/keysym.c src/sbin/wsconsctl/mouse.c
cvs rdiff -r1.5 -r1.6 src/sbin/wsconsctl/map_parse.y
cvs rdiff -r1.2 -r1.3 src/sbin/wsconsctl/map_scan.l
cvs rdiff -r1.24 -r1.25 src/sbin/wsconsctl/util.c
cvs rdiff -r1.13 -r1.14 src/sbin/wsconsctl/wsconsctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index