aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-04-18 18:28:41 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-04-18 18:28:41 +0000
commit6b06255fbe234e00998e8f57bd26b9c1fd3a3717 (patch)
tree0fb6b22234ea600dc09bdec2fe47f68268765a73
parent2541accb79733355bc255c71796a92a219f1cb1f (diff)
downloadsrc-6b06255fbe234e00998e8f57bd26b9c1fd3a3717.tar.gz
src-6b06255fbe234e00998e8f57bd26b9c1fd3a3717.zip
traceroute: Use C89 function definition for one straggler.
Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D39531
-rw-r--r--contrib/traceroute/traceroute.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/traceroute/traceroute.c b/contrib/traceroute/traceroute.c
index e515f8785ba2..48ad8fdc9104 100644
--- a/contrib/traceroute/traceroute.c
+++ b/contrib/traceroute/traceroute.c
@@ -1347,9 +1347,7 @@ send_probe(int seq, int ttl)
#if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC)
int
-setpolicy(so, policy)
- int so;
- char *policy;
+setpolicy(int so, char *policy)
{
char *buf;