diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2007-11-07 10:53:41 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2007-11-07 10:53:41 +0000 |
| commit | 784bddbc5bca158d2fb57eed7c5e4ceebd49ff8b (patch) | |
| tree | 368b0b244e9ff1e4d1d1e563ee72dc5168999272 /usr.sbin/rpcbind/check_bound.c | |
| parent | 96e460ec534f08eb10f4399f79381ae333de9e3c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/rpcbind/check_bound.c')
| -rw-r--r-- | usr.sbin/rpcbind/check_bound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpcbind/check_bound.c b/usr.sbin/rpcbind/check_bound.c index 192c9cac62555..03f70b55c6f02 100644 --- a/usr.sbin/rpcbind/check_bound.c +++ b/usr.sbin/rpcbind/check_bound.c @@ -71,7 +71,7 @@ static struct fdlist *fdhead; /* Link list of the check fd's */ static struct fdlist *fdtail; static char *nullstring = ""; -static bool_t check_bound __P((struct fdlist *, char *uaddr)); +static bool_t check_bound(struct fdlist *, char *uaddr); /* * Returns 1 if the given address is bound for the given addr & transport |
