Subject: copyright bit
To: None <current-users@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: current-users
Date: 04/12/1997 12:30:40
To be more specific: Problem with source as supped on April 11

../../../../sys/systm.h:83: conflicting types for `copyright'
../../../../arch/i386/i386/mainbus.c:72: previous declaration of `copyright'
../../../../dev/pci/ppb.c:76: previous declaration of `copyright'

sys/systm.h:
extern char copyright[];	/* system copyright */

arch/i386/mainbus.c and dev/pci/ppb.c
static const char copyright[] __attribute__ ((unused)) =	/* XXX */
"Copyright ... cgd ... ";

Changed the last two from copyright to cpright.

... and rebooting with this kernel still doesn't find mcd0

Patrick