Module Name:    src
Committed By:   ozaki-r
Date:           Mon Apr 11 03:46:47 UTC 2016

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

Log Message:
Move #include <sys/pslist.h> inside #ifdef _KERNEL for building brconfig


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/net/if_bridgevar.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_bridgevar.h
diff -u src/sys/net/if_bridgevar.h:1.27 src/sys/net/if_bridgevar.h:1.28
--- src/sys/net/if_bridgevar.h:1.27	Mon Apr 11 02:04:14 2016
+++ src/sys/net/if_bridgevar.h	Mon Apr 11 03:46:47 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_bridgevar.h,v 1.27 2016/04/11 02:04:14 ozaki-r Exp $	*/
+/*	$NetBSD: if_bridgevar.h,v 1.28 2016/04/11 03:46:47 ozaki-r Exp $	*/
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -79,7 +79,6 @@
 #include <sys/queue.h>
 #include <sys/mutex.h>
 #include <sys/condvar.h>
-#include <sys/pslist.h>
 
 /*
  * Commands used in the SIOCSDRVSPEC ioctl.  Note the lookup of the
@@ -215,6 +214,7 @@ struct ifbrparam {
 #endif /* _KERNEL_OPT */
 
 #include <sys/pserialize.h>
+#include <sys/pslist.h>
 #include <sys/workqueue.h>
 
 #include <net/pktqueue.h>

Reply via email to