Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/netinet6 Pull up revision 1.53 (requested by itojun...



details:   https://anonhg.NetBSD.org/src/rev/38301c9c352c
branches:  netbsd-1-6
changeset: 530264:38301c9c352c
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Jun 15 13:02:54 2003 +0000

description:
Pull up revision 1.53 (requested by itojun in ticket #1241):
include opt_inet.h -- found by David Laight

diffstat:

 sys/netinet6/in6_pcb.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 1988a39fcc27 -r 38301c9c352c sys/netinet6/in6_pcb.c
--- a/sys/netinet6/in6_pcb.c    Sun Jun 15 12:57:26 2003 +0000
+++ b/sys/netinet6/in6_pcb.c    Sun Jun 15 13:02:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in6_pcb.c,v 1.46.6.2 2002/11/21 17:53:47 he Exp $      */
+/*     $NetBSD: in6_pcb.c,v 1.46.6.3 2003/06/15 13:02:54 tron Exp $    */
 /*     $KAME: in6_pcb.c,v 1.84 2001/02/08 18:02:08 itojun Exp $        */
 
 /*
@@ -66,8 +66,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in6_pcb.c,v 1.46.6.2 2002/11/21 17:53:47 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in6_pcb.c,v 1.46.6.3 2003/06/15 13:02:54 tron Exp $");
 
+#include "opt_inet.h"
 #include "opt_ipsec.h"
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index