diff options
Diffstat (limited to 'usr.sbin/rpcbind/util.c')
| -rw-r--r-- | usr.sbin/rpcbind/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpcbind/util.c b/usr.sbin/rpcbind/util.c index 4137ce2f003f..66797a70fa05 100644 --- a/usr.sbin/rpcbind/util.c +++ b/usr.sbin/rpcbind/util.c @@ -70,9 +70,9 @@ static struct sockaddr_in *local_in4; static struct sockaddr_in6 *local_in6; #endif -static int bitmaskcmp __P((void *, void *, void *, int)); +static int bitmaskcmp(void *, void *, void *, int); #ifdef INET6 -static void in6_fillscopeid __P((struct sockaddr_in6 *)); +static void in6_fillscopeid(struct sockaddr_in6 *); #endif /* |
