Date: Tue, 13 Mar 2001 20:11:57 -0800 (PST) From: Matt Jacob <mjacob@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c isp_inline.h ispvar.h Message-ID: <200103140411.f2E4BvA84764@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2001/03/13 20:11:57 PST Modified files: sys/dev/isp isp.c isp_inline.h ispvar.h Log: In order to save ourselves grief with the SUNPRO compiler under Solaris (which, for reasons unknown to me, chokes on u_int16_t as a typedef of unsigned short if used in a transitional (mixed K&R and ANSI) way), we'll go the extra mile and fully ANSIfy things. Revision Changes Path 1.63 +41 -99 src/sys/dev/isp/isp.c 1.15 +22 -60 src/sys/dev/isp/isp_inline.h 1.42 +20 -20 src/sys/dev/isp/ispvar.h 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?200103140411.f2E4BvA84764>