artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a74894
)
knf
author
florian
<florian@openbsd.org>
Mon, 27 Dec 2021 15:18:51 +0000
(15:18 +0000)
committer
florian
<florian@openbsd.org>
Mon, 27 Dec 2021 15:18:51 +0000
(15:18 +0000)
sbin/slaacd/frontend.c
patch
|
blob
|
history
diff --git
a/sbin/slaacd/frontend.c
b/sbin/slaacd/frontend.c
index
7ebc92b
..
7e443d1
100644
(file)
--- a/
sbin/slaacd/frontend.c
+++ b/
sbin/slaacd/frontend.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: frontend.c,v 1.6
0 2021/11/28 12:51:52
florian Exp $ */
+/* $OpenBSD: frontend.c,v 1.6
1 2021/12/27 15:18:51
florian Exp $ */
/*
* Copyright (c) 2017 Florian Obser <florian@openbsd.org>
@@
-68,7
+68,7
@@
struct icmp6_ev {
int refcnt;
};
-struct iface
{
+struct iface {
LIST_ENTRY(iface) entries;
struct icmp6_ev *icmp6ev;
struct ether_addr hw_address;