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 retrieving revision 1.9.6.2 diff -u -p -r1.9 -r1.9.6.2 --- src/sys/netinet6/udp6_var.h 2000/06/05 06:38:23 1.9 +++ src/sys/netinet6/udp6_var.h 2002/06/23 17:51:24 1.9.6.2 @@ -1,4 +1,4 @@ -/* $NetBSD: udp6_var.h,v 1.9 2000/06/05 06:38:23 itojun Exp $ */ +/* $NetBSD: udp6_var.h,v 1.9.6.2 2002/06/23 17:51:24 jdolecek Exp $ */ /* $KAME: udp6_var.h,v 1.11 2000/06/05 00:14:31 itojun Exp $ */ /* @@ -100,8 +100,8 @@ struct udp6stat { } #ifdef _KERNEL -struct in6pcb udb6; -struct udp6stat udp6stat; +extern struct in6pcb udb6; +extern struct udp6stat udp6stat; void udp6_ctlinput __P((int, struct sockaddr *, void *)); void udp6_init __P((void)); @@ -114,4 +114,4 @@ int udp6_usrreq __P((struct socket *, struct proc *)); #endif /* _KERNEL */ -#endif /*_NETINET6_UDP6_VAR_H_*/ +#endif /* _NETINET6_UDP6_VAR_H_ */