Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet Add #include <sys/protosw.h> when _KERNEL



details:   https://anonhg.NetBSD.org/src/rev/8f9bc4ed27b0
branches:  trunk
changeset: 580721:8f9bc4ed27b0
user:      matt <matt%NetBSD.org@localhost>
date:      Fri May 06 04:28:37 2005 +0000

description:
Add #include <sys/protosw.h> when _KERNEL

diffstat:

 sys/netinet/ip_var.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 80a8fbf57f3a -r 8f9bc4ed27b0 sys/netinet/ip_var.h
--- a/sys/netinet/ip_var.h      Fri May 06 04:26:31 2005 +0000
+++ b/sys/netinet/ip_var.h      Fri May 06 04:28:37 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_var.h,v 1.71 2005/04/29 10:39:09 yamt Exp $ */
+/*     $NetBSD: ip_var.h,v 1.72 2005/05/06 04:28:37 matt Exp $ */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -178,6 +178,8 @@
 #include "opt_mbuftrace.h"
 #endif
 
+#include <sys/protosw.h>
+
 /* flags passed to ip_output as last parameter */
 #define        IP_FORWARDING           0x1             /* most of ip header exists */
 #define        IP_RAWOUTPUT            0x2             /* raw ip header exists */



Home | Main Index | Thread Index | Old Index