traceroute: Remove stray __P

Remove stray __P(). It's no longer needed, and since the whole rest of
the file lacks them, it's not very useful.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2023-11-17 20:48:48 -07:00
parent f863f39636
commit 4ac3cfa939

View file

@ -388,7 +388,7 @@ int packet_ok(u_char *, int, struct sockaddr_in *, int);
char *pr_type(u_char);
void print(u_char *, int, struct sockaddr_in *);
#ifdef IPSEC
int setpolicy __P((int so, char *policy));
int setpolicy(int so, char *policy);
#endif
void send_probe(int, int);
struct outproto *setproto(char *);