From owner-freebsd-hackers Sun Jan 14 0:34:26 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.rdc1.kt.home.ne.jp (ha2.rdc1.kt.home.ne.jp [203.165.9.243]) by hub.freebsd.org (Postfix) with ESMTP id 372E737B400; Sun, 14 Jan 2001 00:34:04 -0800 (PST) Received: from daemon.local.idaemons.org ([203.165.161.10]) by mail.rdc1.kt.home.ne.jp (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20010114083402.XZZS29706.mail.rdc1.kt.home.ne.jp@daemon.local.idaemons.org>; Sun, 14 Jan 2001 00:34:02 -0800 Received: by daemon.local.idaemons.org (8.11.1/3.7W) id f0E8Y2C65681; Sun, 14 Jan 2001 17:34:02 +0900 (JST) Date: Sun, 14 Jan 2001 17:34:02 +0900 Message-ID: <86bstaleh1.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: peter@FreeBSD.org Cc: hackers@FreeBSD.org Subject: Re: a couple of patches for cvs In-Reply-To: <86ely6lfkf.wl@archon.local.idaemons.org> References: <86ely6lfkf.wl@archon.local.idaemons.org> User-Agent: Wanderlust/2.5.4 (Smooth) SEMI/1.14.0 (Iburihashi) FLIM/1.14.0 (Ninokuchi) APEL/10.2 MULE XEmacs/21.1 (patch 12) (Channel Islands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.0 - "Iburihashi") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hmm, probably we should use CVSHeader instead of Header in this case? At Sun, 14 Jan 2001 17:10:24 +0900, I wrote: > + } > + else if (strcmp (line, "tag") == 0) { > + len = strlen (p); > + localid = malloc (len + 7 + 1); /* 7 == strlen ("=Header") */ 10 10 =CVSHeader > + > + if (localid == NULL) { > + error (0, 0, "%s: no memory for local tag '%s'", > + infopath, p); > + goto error_return; > + } > + > + strcpy (localid, p); > + strcpy (localid + len, "=Header"); =CVSHeader > + > + RCS_setlocalid (localid); > + free (localid); > } > else > { -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message