summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2017-10-11 13:44:50 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2017-10-11 13:44:50 +0000
commit81ce4810715b02ca292e43143aac98e02412c84d (patch)
tree6f60345a8931e922af7d34b57ef97dd084bac923 /sys/netinet
parent81a5ef7b137c70a55f0bd0efbc0eb6fc1beb0faf (diff)
Remove lie talking about splsoftclock().
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_ipsp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/ip_ipsp.c b/sys/netinet/ip_ipsp.c
index 185df6f3728..0dc50de6219 100644
--- a/sys/netinet/ip_ipsp.c
+++ b/sys/netinet/ip_ipsp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.c,v 1.226 2017/08/11 21:24:20 mpi Exp $ */
+/* $OpenBSD: ip_ipsp.c,v 1.227 2017/10/11 13:44:49 mpi Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr),
@@ -529,9 +529,6 @@ tdb_walk(u_int rdomain, int (*walker)(struct tdb *, void *, int), void *arg)
return rval;
}
-/*
- * Called at splsoftclock().
- */
void
tdb_timeout(void *v)
{