From owner-cvs-all Fri Sep 18 16:02:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA24365 for cvs-all-outgoing; Fri, 18 Sep 1998 16:02:22 -0700 (PDT) (envelope-from owner-cvs-all) 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 QAA24160; Fri, 18 Sep 1998 16:01:23 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA05169; Fri, 18 Sep 1998 16:00:58 -0700 (PDT) Date: Fri, 18 Sep 1998 16:00:58 -0700 (PDT) Message-Id: <199809182300.QAA05169@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand nullfs.c stand.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/18 16:00:58 PDT Modified files: lib/libstand nullfs.c stand.h Log: Nuke prototype for strerror, consumers get it from Fix overlooked nullopen() implementation. Revision Changes Path 1.2 +1 -1 src/lib/libstand/nullfs.c 1.4 +1 -3 src/lib/libstand/stand.h