traceroute: Use C89 function definition for one straggler.

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D39531
This commit is contained in:
John Baldwin 2023-04-18 11:28:41 -07:00
parent 2541accb79
commit 6b06255fbe

View File

@ -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;