bin/66877: $Id$ strings are a revision behind in cvsweb

Ceri Davies ceri at FreeBSD.org
Mon Sep 27 04:11:13 PDT 2004


Synopsis: $Id$ strings are a revision behind in cvsweb

Responsible-Changed-From-To: freebsd-www->freebsd-bugs
Responsible-Changed-By: ceri
Responsible-Changed-When: Mon Sep 27 11:07:41 GMT 2004
Responsible-Changed-Why: 
This isn't a cvsweb problem; command line cvs does the same thing:

$ cvs -R diff -u -p -r1.6 -r1.7 src/sys/netinet/in_pcb.h
Index: src/sys/netinet/in_pcb.h
===================================================================
RCS file: /home/ncvs/src/sys/netinet/in_pcb.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -u -p -r1.6 -r1.7
--- src/sys/netinet/in_pcb.h	9 Apr 1995 01:29:19 -0000	1.6
+++ src/sys/netinet/in_pcb.h	9 Apr 1995 16:46:47 -0000	1.7
@@ -31,12 +31,14 @@
  * SUCH DAMAGE.
  *
  *	@(#)in_pcb.h	8.1 (Berkeley) 6/10/93
- * $Id: in_pcb.h,v 1.5 1995/03/16 18:14:52 bde Exp $
+ * $Id: in_pcb.h,v 1.6 1995/04/09 01:29:19 davidg Exp $
  */
 
 #ifndef _NETINET_IN_PCB_H_
 #define _NETINET_IN_PCB_H_
 
+#include <sys/queue.h>
+
 /*
  * Common structure pcb for internet protocol implementation.
  * Here are stored pointers to local and foreign host table

http://www.freebsd.org/cgi/query-pr.cgi?pr=66877


More information about the freebsd-bugs mailing list