artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f785b
)
Remove useless "bridge.h" include.
author
mpi
<mpi@openbsd.org>
Wed, 13 May 2015 08:01:21 +0000
(08:01 +0000)
committer
mpi
<mpi@openbsd.org>
Wed, 13 May 2015 08:01:21 +0000
(08:01 +0000)
ok miod@
sys/arch/vax/vax/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/vax/vax/machdep.c
b/sys/arch/vax/vax/machdep.c
index
bfbb56f
..
b334da6
100644
(file)
--- a/
sys/arch/vax/vax/machdep.c
+++ b/
sys/arch/vax/vax/machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: machdep.c,v 1.14
8 2015/02/07 23:30:13 miod
Exp $ */
+/* $OpenBSD: machdep.c,v 1.14
9 2015/05/13 08:01:21 mpi
Exp $ */
/* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */
/*
@@
-80,7
+80,6
@@
#include <netinet/in.h>
#include <netinet/ip_var.h>
#include "ppp.h" /* For NPPP */
-#include "bridge.h" /* For NBRIDGE */
#if NPPP > 0
#include <net/ppp_defs.h>
#include <net/if_ppp.h>