Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet6/udp6_var.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet6/udp6_var.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9.4.2 retrieving revision 1.10 diff -u -p -r1.9.4.2 -r1.10 --- src/sys/netinet6/udp6_var.h 2002/06/20 03:49:32 1.9.4.2 +++ src/sys/netinet6/udp6_var.h 2001/10/15 09:51:17 1.10 @@ -1,4 +1,4 @@ -/* $NetBSD: udp6_var.h,v 1.9.4.2 2002/06/20 03:49:32 nathanw Exp $ */ +/* $NetBSD: udp6_var.h,v 1.10 2001/10/15 09:51:17 itojun Exp $ */ /* $KAME: udp6_var.h,v 1.11 2000/06/05 00:14:31 itojun Exp $ */ /* @@ -100,8 +100,8 @@ struct udp6stat { } #ifdef _KERNEL -extern struct in6pcb udb6; -extern struct udp6stat udp6stat; +struct in6pcb udb6; +struct udp6stat udp6stat; void udp6_ctlinput __P((int, struct sockaddr *, void *)); void udp6_init __P((void));