diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ping6/ping6.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index c81cb76db81..6701a1fdec6 100644 --- a/sbin/ping6/ping6.c +++ b/sbin/ping6/ping6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ping6.c,v 1.139 2015/11/05 21:30:45 florian Exp $ */ +/* $OpenBSD: ping6.c,v 1.140 2015/11/05 21:56:56 florian Exp $ */ /* $KAME: ping6.c,v 1.163 2002/10/25 02:19:06 itojun Exp $ */ /* @@ -107,8 +107,8 @@ #include <unistd.h> struct tv64 { - u_int64_t tv64_sec; - u_int64_t tv64_nsec; + u_int64_t tv64_sec; + u_int64_t tv64_nsec; }; struct payload { |