your kernel configuration, no need for a #if NBRIDGE > 0 dance.
-/* $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>
return (err);
}
-#endif /* NBRIDGE */