Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 02/25/2001 19:44:16
Module Name:	syssrc
Committed By:	mrg
Date:		Sun Feb 25 17:44:15 UTC 2001

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

Log Message:
LMREADY actually takes a `u_long' (really, a pointer).

LKM's work on sparc64 now, and might on the alpha.  note that this changes
the value of `LMREADY' for LP64, however, it is currently broken anyway..

you will need to rebuild both the kernel and modload(1) (with the changed
<sys/lkm.h>) for this change to be effective.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/sys/lkm.h

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