summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/rpc/getrpcport.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/rpc/getrpcport.c')
-rw-r--r--freebsd/lib/libc/rpc/getrpcport.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/freebsd/lib/libc/rpc/getrpcport.c b/freebsd/lib/libc/rpc/getrpcport.c
index 161486dc..26e08b93 100644
--- a/freebsd/lib/libc/rpc/getrpcport.c
+++ b/freebsd/lib/libc/rpc/getrpcport.c
@@ -55,9 +55,7 @@ __FBSDID("$FreeBSD$");
#include "un-namespace.h"
int
-getrpcport(host, prognum, versnum, proto)
- char *host;
- int prognum, versnum, proto;
+getrpcport(char *host, int prognum, int versnum, int proto)
{
struct sockaddr_in addr;
struct hostent *hp;