diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2016-09-11 18:16:13 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2016-09-11 18:16:13 +0000 |
commit | b916416f09b70061d44c2ba5ca9bcbd5d077c92a (patch) | |
tree | 57fd1d0a17517c3a00ed770728715e878a35f72a /sbin | |
parent | 80fc5f2c0cad4faa924c31b3b6b346c5a55cdf52 (diff) |
whitespace
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ping6/ping6.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index 7cd9994792c..b70b404445f 100644 --- a/sbin/ping6/ping6.c +++ b/sbin/ping6/ping6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ping6.c,v 1.172 2016/09/11 18:02:06 florian Exp $ */ +/* $OpenBSD: ping6.c,v 1.173 2016/09/11 18:16:12 florian Exp $ */ /* $KAME: ping6.c,v 1.163 2002/10/25 02:19:06 itojun Exp $ */ /* @@ -801,7 +801,6 @@ retransmit(void) * of the data portion are used to hold a UNIX "timeval" struct in VAX * byte-order, to compute the round-trip time. */ - int pinger(void) { |