This file is only compiled when "pseudo-device bridge" is included in
authormpi <mpi@openbsd.org>
Tue, 12 May 2015 12:35:10 +0000 (12:35 +0000)
committermpi <mpi@openbsd.org>
Tue, 12 May 2015 12:35:10 +0000 (12:35 +0000)
your kernel configuration, no need for a #if NBRIDGE > 0 dance.

sys/net/bridgestp.c

index 3e71454..e4b09da 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: bridgestp.c,v 1.53 2015/05/04 10:24:08 mpi Exp $      */
+/*     $OpenBSD: bridgestp.c,v 1.54 2015/05/12 12:35:10 mpi Exp $      */
 
 /*
  * Copyright (c) 2000 Jason L. Wright (jason@thought.net)
  * ISO/IEC 802.1D-2004, June 9, 2004.
  */
 
-#include "bridge.h"
-
-#if NBRIDGE > 0
-
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/mbuf.h>
@@ -2280,4 +2276,3 @@ bstp_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
 
        return (err);
 }
-#endif /* NBRIDGE */