From owner-cvs-sys Fri May 1 11:13:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23378 for cvs-sys-outgoing; Fri, 1 May 1998 11:13:13 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23335; Fri, 1 May 1998 11:12:56 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA15376; Fri, 1 May 1998 11:10:51 -0700 (PDT) Date: Fri, 1 May 1998 11:10:51 -0700 (PDT) Message-Id: <199805011810.LAA15376@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp ispvar.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/01 11:10:51 PDT Modified files: sys/dev/isp ispvar.h Log: Support compiling with `gcc -ansi'. Just use __inline instead of inline. [__]inline is only used to bloat the code here. It gives a separate copy of all the strings for each time this header is included... Fixed misuse of __P(()). Revision Changes Path 1.2 +5 -2 src/sys/dev/isp/ispvar.h