artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6036bc1
)
zap redundant cast
author
florian
<florian@openbsd.org>
Wed, 23 Apr 2014 09:14:49 +0000
(09:14 +0000)
committer
florian
<florian@openbsd.org>
Wed, 23 Apr 2014 09:14:49 +0000
(09:14 +0000)
OK benno@
usr.sbin/traceroute/traceroute.c
patch
|
blob
|
history
diff --git
a/usr.sbin/traceroute/traceroute.c
b/usr.sbin/traceroute/traceroute.c
index
ae57628
..
adab292
100644
(file)
--- a/
usr.sbin/traceroute/traceroute.c
+++ b/
usr.sbin/traceroute/traceroute.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: traceroute.c,v 1.12
0 2014/04/23 09:14:07
florian Exp $ */
+/* $OpenBSD: traceroute.c,v 1.12
1 2014/04/23 09:14:49
florian Exp $ */
/* $NetBSD: traceroute.c,v 1.10 1995/05/21 15:50:45 mycroft Exp $ */
/*-
@@
-686,7
+686,6
@@
main(int argc, char *argv[])
if (ttl_flag)
printf(" (%u)", ip->ip_ttl);
if (i == -2) {
- ip = (struct ip *)packet;
if (ip->ip_ttl <= 1)
printf(" !");
++got_there;