Skip to content

Commit

Permalink
traceroute: Use C89 function definition for one straggler.
Browse files Browse the repository at this point in the history
Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D39531
  • Loading branch information
bsdjhb committed Apr 18, 2023
1 parent 2541acc commit 6b06255
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contrib/traceroute/traceroute.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 6b06255

Please sign in to comment.