artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b5a6ab
)
fix revision 1.290 of sys/netinet/ip_carp.c.
author
benno
<benno@openbsd.org>
Mon, 25 Jul 2016 16:44:04 +0000
(16:44 +0000)
committer
benno
<benno@openbsd.org>
Mon, 25 Jul 2016 16:44:04 +0000
(16:44 +0000)
diff from jsg@
ok deraadt@, benno@
sys/netinet/ip_carp.c
patch
|
blob
|
history
diff --git
a/sys/netinet/ip_carp.c
b/sys/netinet/ip_carp.c
index
5767fd1
..
4ef07cb
100644
(file)
--- a/
sys/netinet/ip_carp.c
+++ b/
sys/netinet/ip_carp.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ip_carp.c,v 1.29
2 2016/07/19 16:08:46 mpi Exp $
*/
+/* $OpenBSD: ip_carp.c,v 1.29
3 2016/07/25 16:44:04 benno Exp $
*/
/*
* Copyright (c) 2002 Michael Shalayeff. All rights reserved.
@@
-80,6
+80,7
@@
#include <net/bpf.h>
#endif
+#include "vlan.h"
#if NVLAN > 0
#include <net/if_vlan_var.h>
#endif