From owner-cvs-all Tue Mar 13 20:12: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34A8637B71A; Tue, 13 Mar 2001 20:11:57 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2E4BvA84764; Tue, 13 Mar 2001 20:11:57 -0800 (PST) (envelope-from mjacob) Message-Id: <200103140411.f2E4BvA84764@freefall.freebsd.org> From: Matt Jacob Date: Tue, 13 Mar 2001 20:11:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c isp_inline.h ispvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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