From owner-cvs-all Thu Jun 18 02:14:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA22737 for cvs-all-outgoing; Thu, 18 Jun 1998 02:14:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 CAA22711; Thu, 18 Jun 1998 02:14:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA06685; Thu, 18 Jun 1998 02:13:20 -0700 (PDT) Date: Thu, 18 Jun 1998 02:13:20 -0700 (PDT) Message-Id: <199806180913.CAA06685@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdlib malloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/18 02:13:19 PDT Modified files: lib/libc/stdlib malloc.c Log: preserve errno across the readlink() calls. There is no value in trashing errno during a successful malloc() call. Revision Changes Path 1.39 +4 -1 src/lib/libc/stdlib/malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message