Date: Thu, 27 Feb 2003 10:04:54 -0800 (PST) From: Mark Murray <markm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd Makefile args.c conv.c dd.c dd.h extern.h misc.c position.c Message-ID: <200302271804.h1RI4smU098674@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
markm 2003/02/27 10:04:54 PST Modified files: bin/dd Makefile args.c conv.c dd.c dd.h extern.h misc.c position.c Log: WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead of -ansi, due to 'long long'. Reviewed by: green (slightly earlier version) Revision Changes Path 1.11 +1 -2 src/bin/dd/Makefile 1.34 +24 -23 src/bin/dd/args.c 1.18 +5 -3 src/bin/dd/conv.c 1.39 +5 -4 src/bin/dd/dd.c 1.18 +7 -7 src/bin/dd/dd.h 1.13 +2 -4 src/bin/dd/extern.h 1.26 +5 -4 src/bin/dd/misc.c 1.22 +1 -0 src/bin/dd/position.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302271804.h1RI4smU098674>