artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79564be
)
whitespace niggle noticed during review
author
deraadt
<deraadt@openbsd.org>
Thu, 24 Mar 2022 14:39:08 +0000
(14:39 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 24 Mar 2022 14:39:08 +0000
(14:39 +0000)
usr.sbin/traceroute/traceroute.c
patch
|
blob
|
history
diff --git
a/usr.sbin/traceroute/traceroute.c
b/usr.sbin/traceroute/traceroute.c
index
e3bd866
..
90b37cb
100644
(file)
--- a/
usr.sbin/traceroute/traceroute.c
+++ b/
usr.sbin/traceroute/traceroute.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: traceroute.c,v 1.16
8 2021/09/03 09:13:00 florian
Exp $ */
+/* $OpenBSD: traceroute.c,v 1.16
9 2022/03/24 14:39:08 deraadt
Exp $ */
/* $NetBSD: traceroute.c,v 1.10 1995/05/21 15:50:45 mycroft Exp $ */
/*
@@
-707,7
+707,7
@@
main(int argc, char *argv[])
ip->ip_tos = conf->tos;
if (setsockopt(sndsock, IPPROTO_IP, IP_HDRINCL,
-
&on, sizeof(on)) == -1)
+ &on, sizeof(on)) == -1)
err(6, "IP_HDRINCL");
if (conf->source) {