mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 03:54:17 +01:00
Don't look in libkern, it went away.
This commit is contained in:
parent
1c6923286c
commit
221f90d340
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13094
@ -7,13 +7,13 @@
|
||||
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
||||
# ----------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: kernxref.sh,v 1.4 1995/12/15 13:29:32 phk Exp $
|
||||
# $Id: kernxref.sh,v 1.5 1995/12/15 23:54:27 bde Exp $
|
||||
#
|
||||
# This shellscript will make a cross reference of the symbols of the LINT
|
||||
# kernel.
|
||||
|
||||
cd /sys/compile/LINT
|
||||
nm -gon *.o /sys/libkern/obj/*.o /lkm/*.o | tr : ' ' | awk '
|
||||
nm -gon *.o /lkm/*.o | tr : ' ' | awk '
|
||||
NF > 1 {
|
||||
if (length($2) == 8) {
|
||||
$2 = $3
|
||||
|
Loading…
Reference in New Issue
Block a user