Module Name:    src
Committed By:   ozaki-r
Date:           Fri Jan 16 10:37:52 UTC 2015

Modified Files:
        src/sys/net: if.h

Log Message:
Remove an outdated snippet for NET_MPSAFE


To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/sys/net/if.h

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

Modified files:

Index: src/sys/net/if.h
diff -u src/sys/net/if.h:1.184 src/sys/net/if.h:1.185
--- src/sys/net/if.h:1.184	Mon Dec 15 06:52:25 2014
+++ src/sys/net/if.h	Fri Jan 16 10:37:51 2015
@@ -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

Reply via email to