From owner-cvs-lib Fri Feb 23 09:58:39 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA25681 for cvs-lib-outgoing; Fri, 23 Feb 1996 09:58:39 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA25664 Fri, 23 Feb 1996 09:58:36 -0800 (PST) Date: Fri, 23 Feb 1996 09:58:36 -0800 (PST) From: Paul Traina Message-Id: <199602231758.JAA25664@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/db/hash hash.c Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk pst 96/02/23 09:58:36 Modified: lib/libc/db/hash hash.c Log: If a .db file is 0 length, initialize it properly as if it didn't exist. Reviewed by: wollman Revision Changes Path 1.1.1.1.6.1 +2 -1 src/lib/libc/db/hash/hash.c