From owner-freebsd-current Sun Apr 29 12: 7:12 2001 Delivered-To: freebsd-current@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id AC5F437B623 for ; Sun, 29 Apr 2001 12:07:05 -0700 (PDT) (envelope-from msmith@mass.dis.org) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.3/8.11.3) with ESMTP id f3TJBw801041; Sun, 29 Apr 2001 12:11:59 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200104291911.f3TJBw801041@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: John Polstra Cc: current@freebsd.org, david@catwhisker.org Subject: Re: World is broken... In-reply-to: Your message of "Sun, 29 Apr 2001 12:00:56 PDT." <200104291900.f3TJ0uS39289@vashon.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Sun, 29 Apr 2001 12:11:58 -0700 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > The only reference to isalnum() I see is in boot/ficl/words.c:274, an= d > > appears to replace a couple of references, one to isdigit() and the > > other to isalpha(). > > = > > Perhaps something was omitted in the upgrade to ficl 2.05? > = > It's because words.c uses instead of , and > is missing the #define for isalnum(). I imagine adding > something like this to would fix it: > = > #define isalnum(c) (isalpha(c) || isdigit(c)) Just FWIW, you can't use in the loader; it's too incestuously = entangled with the rest of libc. I suspect that Daniel forgot to update = libstand. I've stuck this in for now. -- = =2E.. every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message