Date: Sat, 9 Nov 2002 14:46:51 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss alpha-fbsd.c i386-fbsd.c i386-linux.c sparc64-fbsd.c Message-ID: <200211092246.gA9MkpVE017668@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2002/11/09 14:46:51 PST Modified files: usr.bin/truss alpha-fbsd.c i386-fbsd.c i386-linux.c sparc64-fbsd.c Log: Various cleanups of truss: 1) Missing include. 2) Constness. 3) ANSIfication. 4) Avoid some shadowing. 5) Add/clarify some error messages. 6) Some int functions were using return without a value. 7) Mark some parameters as unused. 8) Cast a value we know is non-negative to a size_t before comparing. Revision Changes Path 1.15 +20 -16 src/usr.bin/truss/alpha-fbsd.c 1.18 +22 -18 src/usr.bin/truss/i386-fbsd.c 1.20 +19 -15 src/usr.bin/truss/i386-linux.c 1.4 +19 -15 src/usr.bin/truss/sparc64-fbsd.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?200211092246.gA9MkpVE017668>