From 430e2b9142d3834dd2c3bbab0e4be019bef081fb Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 18 Oct 1994 03:53:12 +0000 Subject: [PATCH] Spurious "int PHK;" removed. Found it when I compiled my 'PHK' kernel... :-) --- sys/i386/isa/pas.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/isa/pas.c b/sys/i386/isa/pas.c index 6cf54683a95..9a528faa7ab 100644 --- a/sys/i386/isa/pas.c +++ b/sys/i386/isa/pas.c @@ -14,7 +14,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: pas.c,v 1.3 1994/09/13 06:44:39 phk Exp $ + * $Id: pas.c,v 1.4 1994/09/16 13:33:46 davidg Exp $ * * This is a driver for the one particular kind of the "ProAudioSpectrum" * card from MediaVision. To find out if your card is supported, you can @@ -650,7 +650,7 @@ lost: /* * Figure 5-2. */ -int PHK; + static int sci_data_out(P_PAS ptr, int phase, int count, u_char *data) {