From owner-cvs-sys Fri Apr 5 17:26:51 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA27168 for cvs-sys-outgoing; Fri, 5 Apr 1996 17:26:51 -0800 (PST) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA27147 Fri, 5 Apr 1996 17:26:32 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with SMTP id CAA01310 ; Sat, 6 Apr 1996 02:26:23 +0100 (BST) cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org From: "Gary Palmer" Subject: Re: cvs commit: src/sys/pccard pccard.c pcic.c In-reply-to: Your message of "Fri, 05 Apr 1996 17:16:21 -0800." <199604060116.RAA26770@freefall.freebsd.org> Date: Sat, 06 Apr 1996 02:26:22 +0100 Message-ID: <1308.828753982@palmer.demon.co.uk> Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Gary Palmer wrote in message ID <199604060116.RAA26770@freefall.freebsd.org>: > gpalmer 96/04/05 17:16:20 > > Modified: sys/pccard pccard.c pcic.c > Log: > pccard.c: > #include to get sysbeep() prototype > > pcic.c: > add appropriate #ifdef around a prototype to quiet GCC because > fn decl. is also #ifdef'd. Whoops: Reviewed By: Nate Williams Gary