cvs commit: src/sbin/dump Makefile dumprmt.c main.c
Johan Karlsson
johan at FreeBSD.org
Fri Nov 14 05:07:39 PST 2003
johan 2003/11/14 05:07:38 PST
FreeBSD src repository
Modified files:
sbin/dump Makefile dumprmt.c main.c
Log:
Make this WARNS=2 clean by
- using (intmax_t) and %j
- giving a non-empty format string to msg()
Include <stdint.h> directly instead of depending on <inttypes.h>
to do it.
Tested by: make universe
Revision Changes Path
1.24 +0 -1 src/sbin/dump/Makefile
1.20 +1 -1 src/sbin/dump/dumprmt.c
1.54 +4 -3 src/sbin/dump/main.c
More information about the cvs-src
mailing list