artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a1b36
)
Add missing header for NBRIDGE chunk, found the hardway and diff from
author
mpi
<mpi@openbsd.org>
Wed, 22 Apr 2015 06:42:11 +0000
(06:42 +0000)
committer
mpi
<mpi@openbsd.org>
Wed, 22 Apr 2015 06:42:11 +0000
(06:42 +0000)
Rafael Zalamena.
sys/net/if_vlan.c
patch
|
blob
|
history
diff --git
a/sys/net/if_vlan.c
b/sys/net/if_vlan.c
index
f791761
..
84f98f4
100644
(file)
--- a/
sys/net/if_vlan.c
+++ b/
sys/net/if_vlan.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_vlan.c,v 1.11
7 2015/04/15 09:58:44
mpi Exp $ */
+/* $OpenBSD: if_vlan.c,v 1.11
8 2015/04/22 06:42:11
mpi Exp $ */
/*
* Copyright 1998 Massachusetts Institute of Technology
@@
-47,6
+47,7
@@
* will not modify the ethernet header.
*/
+#include "bridge.h"
#include "vlan.h"
#include <sys/param.h>