Source-Changes-HG archive

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

[src/trunk]: src/sys/net Remove an outdated snippet for NET_MPSAFE



details:   https://anonhg.NetBSD.org/src/rev/9904205393ad
branches:  trunk
changeset: 805728:9904205393ad
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Fri Jan 16 10:37:51 2015 +0000

description:
Remove an outdated snippet for NET_MPSAFE

diffstat:

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

diffs (18 lines):

diff -r da63db0aa077 -r 9904205393ad sys/net/if.h
--- a/sys/net/if.h      Fri Jan 16 10:36:14 2015 +0000
+++ b/sys/net/if.h      Fri Jan 16 10:37:51 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.h,v 1.184 2014/12/15 06:52:25 ozaki-r Exp $ */
+/*     $NetBSD: if.h,v 1.185 2015/01/16 10:37:51 ozaki-r Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -87,8 +87,6 @@
 #include <net/pktqueue.h>
 #endif
 
-//#define NET_MPSAFE 1
-
 /*
  * Always include ALTQ glue here -- we use the ALTQ interface queue
  * structure even when ALTQ is not configured into the kernel so that



Home | Main Index | Thread Index | Old Index