artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a97d936
)
futther -> further
author
jsg
<jsg@openbsd.org>
Mon, 21 Feb 2022 11:43:02 +0000
(11:43 +0000)
committer
jsg
<jsg@openbsd.org>
Mon, 21 Feb 2022 11:43:02 +0000
(11:43 +0000)
sys/netinet6/raw_ip6.c
patch
|
blob
|
history
diff --git
a/sys/netinet6/raw_ip6.c
b/sys/netinet6/raw_ip6.c
index
f8ef94a
..
193c575
100644
(file)
--- a/
sys/netinet6/raw_ip6.c
+++ b/
sys/netinet6/raw_ip6.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: raw_ip6.c,v 1.13
8 2020/08/02 11:15:51 kn Exp $
*/
+/* $OpenBSD: raw_ip6.c,v 1.13
9 2022/02/21 11:43:02 jsg Exp $
*/
/* $KAME: raw_ip6.c,v 1.69 2001/03/04 15:55:44 itojun Exp $ */
/*
@@
-636,7
+636,7
@@
rip6_usrreq(struct socket *so, int req, struct mbuf *m, struct mbuf *nam,
break;
/*
- * Mark the connection as being incapable of fu
t
ther input.
+ * Mark the connection as being incapable of fu
r
ther input.
*/
case PRU_SHUTDOWN:
socantsendmore(so);