Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/netinet6 Pull up rev. 1.17:
details: https://anonhg.NetBSD.org/src/rev/0b829b7a1c12
branches: netbsd-1-5
changeset: 489121:0b829b7a1c12
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Aug 15 21:49:53 2000 +0000
description:
Pull up rev. 1.17:
Make this compile without INET6 again.
diffstat:
sys/netinet6/ah_input.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r edfbe8465c2d -r 0b829b7a1c12 sys/netinet6/ah_input.c
--- a/sys/netinet6/ah_input.c Tue Aug 15 20:07:23 2000 +0000
+++ b/sys/netinet6/ah_input.c Tue Aug 15 21:49:53 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ah_input.c,v 1.15.2.1 2000/07/25 04:24:47 itojun Exp $ */
+/* $NetBSD: ah_input.c,v 1.15.2.2 2000/08/15 21:49:53 thorpej Exp $ */
/* $KAME: ah_input.c,v 1.30 2000/07/15 16:07:48 itojun Exp $ */
/*
@@ -60,8 +60,9 @@
#include <netinet/ip_var.h>
#include <netinet/ip_ecn.h>
+#include <netinet/ip6.h>
+
#ifdef INET6
-#include <netinet/ip6.h>
#include <netinet6/ip6_var.h>
#include <netinet/icmp6.h>
#endif
Home |
Main Index |
Thread Index |
Old Index