Change asf function to use the new name of the list in kern_linker.c.

See revision 1.35 of sys/kern/kern_linker.c.
This commit is contained in:
Greg Lehey 1999-08-26 04:01:37 +00:00
parent 4e72079195
commit 2de219e97f

View File

@ -2,7 +2,7 @@ dir /usr/src/sys/modules/vinum
dir /usr/src/sys/i386/conf
dir /usr/src/sys
define asf
set $file = files.tqh_first
set $file = linker_files.tqh_first
set $found = 0
while ($found == 0)
if (*$file->filename == 'v')