artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
038092c
)
zap 68 trailing spaces from a single line
author
kn
<kn@openbsd.org>
Sat, 10 Dec 2022 22:16:24 +0000
(22:16 +0000)
committer
kn
<kn@openbsd.org>
Sat, 10 Dec 2022 22:16:24 +0000
(22:16 +0000)
sys/netinet6/icmp6.c
patch
|
blob
|
history
diff --git
a/sys/netinet6/icmp6.c
b/sys/netinet6/icmp6.c
index
6274685
..
25c94b0
100644
(file)
--- a/
sys/netinet6/icmp6.c
+++ b/
sys/netinet6/icmp6.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: icmp6.c,v 1.24
4 2022/12/10 21:26:21
kn Exp $ */
+/* $OpenBSD: icmp6.c,v 1.24
5 2022/12/10 22:16:24
kn Exp $ */
/* $KAME: icmp6.c,v 1.217 2001/06/20 15:03:29 jinmei Exp $ */
/*
@@
-381,7
+381,7
@@
icmp6_error(struct mbuf *m, int type, int code, int param)
if (!icmp6_reflect(&n, sizeof(struct ip6_hdr), NULL))
ip6_send(n);
}
-}
+}
/*
* Process a received ICMP6 message.