summaryrefslogtreecommitdiff
path: root/sys/arch/sun2/dev
diff options
context:
space:
mode:
authorozaki-r <ozaki-r@NetBSD.org>2015-05-20 09:17:17 +0000
committerozaki-r <ozaki-r@NetBSD.org>2015-05-20 09:17:17 +0000
commit8ac93ffa33db6243d7e06b7093b439674390c447 (patch)
treef78f07c1f1743f562f4d840a70c5a554886d695e /sys/arch/sun2/dev
parent84edde21dd227df41703b049e5894451327fcc58 (diff)
Remove leftover use of AF_NS and NS option
Unnecessary NETISR_NS is also removed.
Diffstat (limited to 'sys/arch/sun2/dev')
-rw-r--r--sys/arch/sun2/dev/if_ec.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/arch/sun2/dev/if_ec.c b/sys/arch/sun2/dev/if_ec.c
index c440596d42e..f9e539ae544 100644
--- a/sys/arch/sun2/dev/if_ec.c
+++ b/sys/arch/sun2/dev/if_ec.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ec.c,v 1.22 2015/04/13 21:18:42 riastradh Exp $ */
+/* $NetBSD: if_ec.c,v 1.23 2015/05/20 09:17:17 ozaki-r Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ec.c,v 1.22 2015/04/13 21:18:42 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ec.c,v 1.23 2015/05/20 09:17:17 ozaki-r Exp $");
#include "opt_inet.h"
#include "opt_ns.h"
@@ -65,11 +65,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_ec.c,v 1.22 2015/04/13 21:18:42 riastradh Exp $")
#include <netinet/if_inarp.h>
#endif
-#ifdef NS
-#include <netns/ns.h>
-#include <netns/ns_if.h>
-#endif
-
#include <net/bpf.h>
#include <net/bpfdesc.h>