Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jan 2001 17:34:02 +0900
From:      "Akinori MUSHA" <knu@iDaemons.org>
To:        peter@FreeBSD.org
Cc:        hackers@FreeBSD.org
Subject:   Re: a couple of patches for cvs
Message-ID:  <86bstaleh1.wl@archon.local.idaemons.org>
In-Reply-To: <86ely6lfkf.wl@archon.local.idaemons.org>
References:  <86ely6lfkf.wl@archon.local.idaemons.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86bstaleh1.wl>