Searched hist:140159 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/vidcontrol/
H A Ddecode.cdiff 140159 Thu Jan 13 01:59:44 MST 2005 delphij WANRS=6 cleanup for vidcontrol(1):
- Use foo(void) instead of foo().
- Use static where applicable.
- Apply more const's when passing parameters
- signed/unsigned madness
- Avoid namespace collision by adding underscores.
- For 64-bit architectures, use %zx instead of %x
when necessary.
- When storing constants, use const instead of
variable.
- Bump WARNS?= from 2 to 6
H A Dvidcontrol.cdiff 140159 Thu Jan 13 01:59:44 MST 2005 delphij WANRS=6 cleanup for vidcontrol(1):
- Use foo(void) instead of foo().
- Use static where applicable.
- Apply more const's when passing parameters
- signed/unsigned madness
- Avoid namespace collision by adding underscores.
- For 64-bit architectures, use %zx instead of %x
when necessary.
- When storing constants, use const instead of
variable.
- Bump WARNS?= from 2 to 6

Completed in 178 milliseconds