Subject: Error compiling src/sys/dev/ic/pckbc.c
To: None <current-users@netbsd.org>
From: Hernani Marques Madeira <hernani@tuners.ch>
List: current-users
Date: 12/12/2003 23:22:36
Hello folks!

There is an int redeclaration on line 1004 of above mentioned (->
subject) file of the netbsd-current kernel source tree:

Line:	Source:	
...
1000:	struct pckbc_softc *sc = vsc;
1001:	struct pckbc_internal *t = sc->id;
1002:	int data, slot, s;
1003:	#ifndef __GENERIC_SOFT_INTERRUPTS_ALL_LEVELS
1004:	int s;
...

Greets

Hernani