Fix two nits.

This commit is contained in:
Poul-Henning Kamp 1995-11-06 16:51:45 +00:00
parent 2e21099372
commit 807400860f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12132

View File

@ -7,13 +7,13 @@
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# #
# $Id$ # $Id: kernxref.sh,v 1.1 1995/10/15 11:33:42 phk Exp $
# #
# This shellscript will make a cross reference of the symbols of the LINT # This shellscript will make a cross reference of the symbols of the LINT
# kernell. # kernel.
cd /sys/compile/LINT cd /sys/compile/LINT
nm -gon *.o /sys/libkern/obj/*.o /lkm/* | tr : ' ' | awk ' nm -gon *.o /sys/libkern/obj/*.o /lkm/*.o | tr : ' ' | awk '
NF > 1 { NF > 1 {
if (length($2) == 8) { if (length($2) == 8) {
$2 = $3 $2 = $3