From owner-freebsd-commit Fri Dec 22 14:28:04 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23618 for freebsd-commit-outgoing; Fri, 22 Dec 1995 14:28:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23583 for cvs-all-outgoing; Fri, 22 Dec 1995 14:27:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23570 for cvs-lib-outgoing; Fri, 22 Dec 1995 14:27:51 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA23537 Fri, 22 Dec 1995 14:27:29 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id PAA06944; Fri, 22 Dec 1995 15:30:01 -0700 Date: Fri, 22 Dec 1995 15:30:01 -0700 From: Nate Williams Message-Id: <199512222230.PAA06944@rocky.sri.MT.net> To: Peter Wemm 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: <199512222209.OAA21738@freefall.freebsd.org> References: <199512222209.OAA21738@freefall.freebsd.org> Sender: owner-commit@FreeBSD.ORG Precedence: bulk > 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 :)