Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 1998 12:56:59 -0400
From:      Christopher Masto <chris@netmonger.net>
To:        HighWind Software Information <info@highwind.com>, current@FreeBSD.ORG
Subject:   Re: libc_r changes broke stuff.
Message-ID:  <19981013125659.A305@netmonger.net>
In-Reply-To: <199810131648.MAA03517@highwind.com>; from HighWind Software Information on Tue, Oct 13, 1998 at 12:48:24PM -0400
References:  <199810131648.MAA03517@highwind.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 13, 1998 at 12:48:24PM -0400, HighWind Software Information wrote:
> 
> I have reason to believe that recent changes to libc_r have caused
> problems with our application. I'd like to be able to figure out what
> the "diffs" were.
> 
> We are using cvsup, so, we have an up-to-date tree.
> 
> Question:
> 	What do I type to find out the diffs in a particular ".c" file
> from the remote CVS tree?

Are you using cvsup to get the full CVS tree or just -current?  If the former,
$ cd /usr/src/...
$ cvs log file.c
$ cvs diff -r1.47 -r1.48 file.c

Otherwise, use the excellent web interface at
http://www.freebsd.org/cgi/cvsweb.cgi

-- 
Christopher Masto        Director of Operations  S   NetMonger Communications
chris@netmonger.net        info@netmonger.net   SSS  http://www.netmonger.net
                                                \_/
   640K ought to be enough for anybody.
   - BILL GATES, 1981

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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