cvs commit: src/sbin/dmesg dmesg.c
Ian Dowse
iedowse at FreeBSD.org
Sun Feb 8 15:08:54 PST 2004
iedowse 2004/02/08 15:08:53 PST
FreeBSD src repository
Modified files:
sbin/dmesg dmesg.c
Log:
Further simplify the code for printing the message buffer:
- Ensure that the buffer ends with "\n\0" to avoid special cases
and allow the use of strtol().
- Use strvisx() on each complete line instead of character by
character.
Submitted by: bde
MFC after: 1 week
Revision Changes Path
1.22 +36 -33 src/sbin/dmesg/dmesg.c
More information about the cvs-src
mailing list