Date: Mon, 17 Aug 1998 10:28:10 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_aio.c Message-ID: <199808171728.KAA19861@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/08/17 10:28:10 PDT Modified files: sys/kern vfs_aio.c Log: Fixed nonsense overflow checking (checking that a long variable is less than INT_MAX after it has possibly overflowed). Removed an unused variable and its associated 2 style bugs. Removed unused includes. Revision Changes Path 1.33 +5 -7 src/sys/kern/vfs_aio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808171728.KAA19861>