Date: Sun, 16 Dec 2001 09:38:31 -0800 (PST) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c Message-ID: <200112161738.fBGHcVD47447@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 2001/12/16 09:38:31 PST Modified files: sys/dev/aic7xxx aic7xxx.c Log: Remove reliance on i++ in multiple arguments to a function. C does not guarantee the order of increment. Noticed by: GCC 3.0 use by the Linux community and jhb Revision Changes Path 1.80 +4 -17 src/sys/dev/aic7xxx/aic7xxx.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?200112161738.fBGHcVD47447>