From owner-freebsd-commit Thu Sep 28 12:43:48 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA27291 for freebsd-commit-outgoing; Thu, 28 Sep 1995 12:43:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA27276 for cvs-all-outgoing; Thu, 28 Sep 1995 12:43:42 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA27264 for cvs-gnu-outgoing; Thu, 28 Sep 1995 12:43:39 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA27251 ; Thu, 28 Sep 1995 12:43:23 -0700 Date: Thu, 28 Sep 1995 12:43:23 -0700 From: Bruce Evans Message-Id: <199509281943.MAA27251@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.c lib.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/09/28 12:43:23 Modified: gnu/usr.bin/ld ld.c lib.c Log: Fix checks for open() failing. open() may successfully return 0. ld.c: Fix a an error message that said that open() failed after fopen() failed.