Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet need sys/domain.h for FAST_IPSEC case; jonathan
details: https://anonhg.NetBSD.org/src/rev/45b03279bf69
branches: trunk
changeset: 550854:45b03279bf69
user: itojun <itojun%NetBSD.org@localhost>
date: Sat Aug 23 01:41:10 2003 +0000
description:
need sys/domain.h for FAST_IPSEC case; jonathan
diffstat:
sys/netinet/ip_output.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r e66dededa3fe -r 45b03279bf69 sys/netinet/ip_output.c
--- a/sys/netinet/ip_output.c Sat Aug 23 00:14:42 2003 +0000
+++ b/sys/netinet/ip_output.c Sat Aug 23 01:41:10 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_output.c,v 1.117 2003/08/22 22:00:37 itojun Exp $ */
+/* $NetBSD: ip_output.c,v 1.118 2003/08/23 01:41:10 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -98,7 +98,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.117 2003/08/22 22:00:37 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.118 2003/08/23 01:41:10 itojun Exp $");
#include "opt_pfil_hooks.h"
#include "opt_ipsec.h"
@@ -111,6 +111,9 @@
#include <sys/protosw.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
+#ifdef FAST_IPSEC
+#include <sys/domain.h>
+#endif
#include <sys/systm.h>
#include <sys/proc.h>
Home |
Main Index |
Thread Index |
Old Index