Date: Sat, 10 Jan 1998 12:32:52 -0600 From: Steve Price <sprice@hiwaay.net> To: Hostas Red <kong@kkk.ml.org> Cc: Gianmarco Giovannelli <gmarco@giovannelli.it>, current@FreeBSD.ORG Subject: Re: make world: problem still exists... Message-ID: <34B7BED4.31D2DE92@hiwaay.net> References: <Pine.BSF.3.96.980110211304.26400A-100000@kong.dorms.spbu.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Hostas Red wrote: > > Yes, it was, thanks to him. :) But libalias problem still affects 'make > world' as follows: > > ======= 8< ======= > /usr/src/usr.sbin/ppp/loadalias.c: In function `loadAliasHandlers': > /usr/src/usr.sbin/ppp/loadalias.c:79: parse error before > `__libalias_version' > /usr/src/usr.sbin/ppp/loadalias.c:75: warning: `path' might be used > uninitialized in this function > *** Error code 1 > > Stop. > ======= >8 ======= Apply the attached patch to /usr/src/lib/libalias/alias.h and the problem should be fixed. Steve > Adios, > /KONG Index: alias.h =================================================================== RCS file: /u/FreeBSD/cvs/src/lib/libalias/alias.h,v retrieving revision 1.4 diff -u -r1.4 alias.h --- alias.h 1998/01/09 21:13:34 1.4 +++ alias.h 1998/01/10 18:30:20 @@ -157,5 +157,8 @@ #define PKT_ALIAS_UNRESOLVED_FRAGMENT 3 #define PKT_ALIAS_FOUND_HEADER_FRAGMENT 4 +#undef __libalias_version +#define __libalias_version "2.5" + #endif /*lint -restore */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34B7BED4.31D2DE92>