Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/06/2004 13:49:17
Module Name:	src
Committed By:	jdolecek
Date:		Sat Nov  6 13:49:17 UTC 2004

Modified Files:
	src/sys/sys: lkm.h

Log Message:
move new 'id' member of struct lkm_table to the end of struct, to
fix ABI issue with previous change (offset of 'private' member
changed, thus kernel crashed on module load when checking LKM version)


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/sys/lkm.h

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