From owner-cvs-lib Thu Apr 30 02:06:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA06386 for cvs-lib-outgoing; Thu, 30 Apr 1998 02:06:40 -0700 (PDT) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA06265; Thu, 30 Apr 1998 02:06:05 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA09877; Thu, 30 Apr 1998 02:04:12 -0700 (PDT) Date: Thu, 30 Apr 1998 02:04:12 -0700 (PDT) Message-Id: <199804300904.CAA09877@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/sys uthread_error.c Makefile.inc __error.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/04/30 02:04:12 PDT Modified files: lib/libc_r/sys Makefile.inc Added files: lib/libc_r/sys uthread_error.c Removed files: lib/libc_r/sys __error.c Log: Change the name of this source file so that libc_r builds it instead of the one in libc that contains the weak symbol for __error. FreeBSD's make accumulates paths to the point that it can find *anything*, possibly including the car keys. Revision Changes Path 1.9 +2 -2 src/lib/libc_r/sys/Makefile.inc