Subject: Re: sys/netinet/ip_encap.c
To: Todd Kover <kovert@omniscient.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 02/03/2005 17:52:53
On Thu, Feb 03, 2005 at 12:29:58PM -0500, Todd Kover wrote:
> 
> I"m trying to cvs update against the netbsd-2 branch tag and get:
> 
> [ ... ]
> cvs update: Updating sys/net80211
> cvs update: Updating sys/netatalk
> cvs update: Updating sys/netccitt
> cvs update: Updating sys/netinet
> cvs [update aborted]: number expected in /cvsroot/src/sys/netinet/ip_encap.c,v
> [saidin#21 /prod/kovert/2.0/src] 
> 
> (I get something similar on a fresh cvs co).
> 
> Attempting to look at the log for the file says:
> 
> [saidin#20 /prod/kovert/current/src/sys/netinet] cvs log ip_encap.c
> cvs [log aborted]: space expected in /cvsroot/src/sys/netinet/ip_encap.c,v revision 1.21
> 
> Is the ,v file corrupted?  I"ve never seen this before.
> 
> In both cases, I'm using a CVSROOT of:
> 
> 	:pserver:anoncvs@anoncvs.netbsd.org:/cvsroot

Likewise - I see it in igmp.c opt_mr/uting instead of opt_mrouting:

# cvs diff -r 1.16 -r 1.17 igmp.c  
Index: igmp.c
===================================================================
RCS file: /cvsroot/src/sys/netinet/igmp.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -r1.16 -r1.17
1c1
< /*    $NetBSD: igmp.c,v 1.16 1996/09/09 14:51:08 mycroft Exp $        */
---
> /*    $NetBSD: igmp.c,v 1.17 1998/01/12 03:02:48 scottr Exp $ */
12a13,14
> #include "opt_mr/uting.h"
> 

that points at a repository problem, no?


Cheers,

Patrick