Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 04/23/2003 18:34:21
Module Name:	src
Committed By:	matt
Date:		Wed Apr 23 18:34:21 UTC 2003

Modified Files:
	src/share/mk: bsd.kmod.mk
Added Files:
	src/sys/lkm/arch/powerpc: lkmhide.awk

Log Message:
The __wrap_* symbols need to become local symbols.  If you have module
x which is dependent y but they both have __wrap_foo, if the __wrap_foo
is not localized, you will get linker truncation messages.


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/share/mk/bsd.kmod.mk
cvs rdiff -r0 -r1.1 src/sys/lkm/arch/powerpc/lkmhide.awk

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