From owner-cvs-sys Sun Apr 7 11:13:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA23571 for cvs-sys-outgoing; Sun, 7 Apr 1996 11:13:37 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA23544 Sun, 7 Apr 1996 11:13:24 -0700 (PDT) Date: Sun, 7 Apr 1996 11:13:24 -0700 (PDT) From: Nate Williams Message-Id: <199604071813.LAA23544@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pccard pccard.c pcic.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/04/07 11:13:23 Branch: sys/pccard RELENG_2_1_0 Modified: sys/pccard pccard.c pcic.c Log: Bring in changes from the HEAD. - Changed #includes of to #includes of . - 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. Revision Changes Path 1.3.2.3 +3 -2 src/sys/pccard/pccard.c 1.3.2.3 +3 -2 src/sys/pccard/pcic.c