From owner-cvs-lib Fri Oct 18 13:36:04 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA22394 for cvs-lib-outgoing; Fri, 18 Oct 1996 13:36:04 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA22354; Fri, 18 Oct 1996 13:35:57 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id GAA19961; Sat, 19 Oct 1996 06:33:04 +1000 Date: Sat, 19 Oct 1996 06:33:04 +1000 From: Bruce Evans Message-Id: <199610182033.GAA19961@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, guido@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/db/hash hash_buf.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: lib/libc/db/hash hash_buf.c > Log: > Backout bzero patch. > > Somehow, I also managed to get quite some other changes in this file at > the same time. All I did was checkout the file and made a single change. > If someone has an explanation how these PURIFFY defines got in... They were already in -current, but not in -stable, because -current was still on the vendor branch so 1.1 was not the latest version. > Revision Changes Path > 1.3 +11 -21 src/lib/libc/db/hash/hash_buf.c Better put them back. Bruce