artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c176f
)
; ends c statements, not ;;
author
dlg
<dlg@openbsd.org>
Mon, 12 Feb 2018 00:09:39 +0000
(
00:09
+0000)
committer
dlg
<dlg@openbsd.org>
Mon, 12 Feb 2018 00:09:39 +0000
(
00:09
+0000)
sys/net/if_etherip.c
patch
|
blob
|
history
diff --git
a/sys/net/if_etherip.c
b/sys/net/if_etherip.c
index
133443a
..
7a0b4bb
100644
(file)
--- a/
sys/net/if_etherip.c
+++ b/
sys/net/if_etherip.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_etherip.c,v 1.3
3 2018/02/09 09:22:46
dlg Exp $ */
+/* $OpenBSD: if_etherip.c,v 1.3
4 2018/02/12 00:09:39
dlg Exp $ */
/*
* Copyright (c) 2015 Kazuya GODA <goda@openbsd.org>
*
@@
-73,7
+73,7
@@
struct etherip_tunnel {
sa_family_t t_af;
RBT_ENTRY(etherip_tunnel)
- t_entry;
;
+ t_entry;
};
RBT_HEAD(etherip_tree, etherip_tunnel);