Subject: Re: error for compile kernel of source tree 960511
To: None <clarence@cs.cuhk.hk, current-users@NetBSD.ORG>
From: Noriyuki Soda <soda@sra.co.jp>
List: current-users
Date: 05/13/1996 17:13:11
> I just downloaded the tarballl of 960511 from ftp.netbsd.org and
> aic7xxx-netbsd-1.1b-960512.tar.gz from ftp.sra.co.jp and make the kernel
> of GENERIC with following error :

sorry, please apply this patch.

====================================================================
--- 93cx6.h.org	Sat May 11 21:27:52 1996
+++ 93cx6.h	Mon May 13 17:09:52 1996
@@ -43,7 +43,7 @@
  *
  *  A failed read attempt returns 0, and a successful read returns 1.
  */
-int read_seeprom __P((
+int read_seeprom(
 #if defined(__FreeBSD__)
 		  u_long   offset,
 #elif defined(__NetBSD__)
@@ -58,4 +58,4 @@
 		  u_short  DO,
 		  u_short  DI,
 		  u_short  RDY,
-		  u_short  MS));
+		  u_short  MS);
====================================================================
--
soda@sra.co.jp		Software Research Associates, Inc., Japan
(Noriyuki Soda)		   software tools and technology group