Module Name:    src
Committed By:   maxv
Date:           Thu May  3 06:41:30 UTC 2018

Modified Files:
        src/sys/netinet6: in6_proto.c
Removed Files:
        src/sys/net: net_osdep.h

Log Message:
Remove net_osdep.h completely.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r0 src/sys/net/net_osdep.h
cvs rdiff -u -r1.122 -r1.123 src/sys/netinet6/in6_proto.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netinet6/in6_proto.c
diff -u src/sys/netinet6/in6_proto.c:1.122 src/sys/netinet6/in6_proto.c:1.123
--- src/sys/netinet6/in6_proto.c:1.122	Thu Mar 15 08:15:21 2018
+++ src/sys/netinet6/in6_proto.c	Thu May  3 06:41:30 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: in6_proto.c,v 1.122 2018/03/15 08:15:21 maxv Exp $	*/
+/*	$NetBSD: in6_proto.c,v 1.123 2018/05/03 06:41:30 maxv Exp $	*/
 /*	$KAME: in6_proto.c,v 1.66 2000/10/10 15:35:47 itojun Exp $	*/
 
 /*
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in6_proto.c,v 1.122 2018/03/15 08:15:21 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in6_proto.c,v 1.123 2018/05/03 06:41:30 maxv Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_gateway.h"
@@ -138,8 +138,6 @@ __KERNEL_RCSID(0, "$NetBSD: in6_proto.c,
 
 #include <netinet6/ip6protosw.h>
 
-#include <net/net_osdep.h>
-
 /*
  * TCP/IP protocol family: IP6, ICMP6, UDP, TCP.
  */

Reply via email to