From owner-freebsd-commit Fri Dec 22 14:31:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23819 for freebsd-commit-outgoing; Fri, 22 Dec 1995 14:31:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23807 for cvs-all-outgoing; Fri, 22 Dec 1995 14:31:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23796 for cvs-lib-outgoing; Fri, 22 Dec 1995 14:31:21 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA23784 Fri, 22 Dec 1995 14:31:11 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id GAA01251; Sat, 23 Dec 1995 06:31:11 +0800 (WST) Date: Sat, 23 Dec 1995 06:31:09 +0800 (WST) From: Peter Wemm To: Nate Williams cc: CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libmd md2.h md4.h md5.h In-Reply-To: <199512222230.PAA06944@rocky.sri.MT.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Fri, 22 Dec 1995, Nate Williams wrote: > > Branch: lib/libmd RELENG_2_1_0 > > Modified: lib/libmd md2.h md4.h md5.h > > Log: > > One line change to each of these from HEAD.. > > Add a name to the context structures for compatability > > with the CVS in -current. Basically, > > typedef struct { ... } MDx_CTX; becomes > > typedef struct MDxContext { ... } MDx_CTX; > > Does that mean you're going to bring cvs into the stable branch after > it's been beat up more? (Please say yes :) Yes, I'm doing these right so I can build cvs on freefall properly rather than copying up the binary from jhome.. ;-) -Peter