Source-Changes-HG archive

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

[src/trunk]: src/sys/net Remove inclusion of compat/sys/socket.h. It's not re...



details:   https://anonhg.NetBSD.org/src/rev/00fd06d20551
branches:  trunk
changeset: 455727:00fd06d20551
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Apr 11 03:07:11 2019 +0000

description:
Remove inclusion of compat/sys/socket.h. It's not required anymore.

diffstat:

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

diffs (26 lines):

diff -r 742424190e60 -r 00fd06d20551 sys/net/if.c
--- a/sys/net/if.c      Thu Apr 11 02:01:53 2019 +0000
+++ b/sys/net/if.c      Thu Apr 11 03:07:11 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.c,v 1.447 2019/03/23 09:48:04 pgoyette Exp $        */
+/*     $NetBSD: if.c,v 1.448 2019/04/11 03:07:11 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2008 The NetBSD Foundation, Inc.
@@ -90,7 +90,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.447 2019/03/23 09:48:04 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.448 2019/04/11 03:07:11 msaitoh Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_inet.h"
@@ -162,7 +162,6 @@
 #endif
 
 #include <compat/sys/sockio.h>
-#include <compat/sys/socket.h>
 
 MALLOC_DEFINE(M_IFADDR, "ifaddr", "interface address");
 MALLOC_DEFINE(M_IFMADDR, "ether_multi", "link-level multicast address");



Home | Main Index | Thread Index | Old Index