$NetBSD: patch-aw,v 1.1 2001/04/29 16:15:16 dmcmahill Exp $ --- link/z80/lklibr.c.orig Mon Jul 31 23:22:21 2000 +++ link/z80/lklibr.c Sun Apr 29 04:24:57 2001 @@ -21,4 +21,5 @@ #include +#include #include #include @@ -399,8 +400,10 @@ /* First entry in the library object symbol cache */ -mlibraryfile libr = { +mlibraryfile libr; +/*= { "", NULL, NULL }; - +XXX need to init somewhere elsse +*/ int fndsym( char *name ) {