Subject: CVS commit: src/sys/arch/atari/dev
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 05/18/2004 20:08:51
Module Name:	src
Committed By:	he
Date:		Tue May 18 20:08:51 UTC 2004

Modified Files:
	src/sys/arch/atari/dev: grfioctl.h iteioctl.h kbdmap.h kbdreg.h
	    vuid_event.h

Log Message:
Add some mulitple include protection.
Include kbdmap.h from iteioctl.h so that kdump compiles, otherwise
the size of struct kbdmap as used in various ioctl defines is unknown.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/atari/dev/grfioctl.h \
    src/sys/arch/atari/dev/kbdmap.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/atari/dev/iteioctl.h \
    src/sys/arch/atari/dev/kbdreg.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/atari/dev/vuid_event.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.