From owner-freebsd-current Thu May 14 02:31:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17916 for freebsd-current-outgoing; Thu, 14 May 1998 02:31:36 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (mothra.kralizec.net.au [203.15.68.22] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17910; Thu, 14 May 1998 02:31:32 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id TAA10220; Thu, 14 May 1998 19:21:18 +1000 Date: Thu, 14 May 1998 19:21:18 +1000 From: Bruce Evans Message-Id: <199805140921.TAA10220@godzilla.zeta.org.au> To: dyson@FreeBSD.ORG, julian@whistle.com Subject: Re: Undefined symbol "___error" Cc: current@FreeBSD.ORG, jb@cimlogic.com.au, michaelh@cet.co.jp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I don't understand why the old errno can't continue to exist and be >updated by all syscalls. >(just for compatibility for now) It does, but libtermcap doesn't use it (after libtermcap is built with the new errno.h). Dusty decks that use `extern int errno;' and don't include continue to work. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message