summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/rpc/pmap_getmaps.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/rpc/pmap_getmaps.c')
-rw-r--r--freebsd/lib/libc/rpc/pmap_getmaps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/freebsd/lib/libc/rpc/pmap_getmaps.c b/freebsd/lib/libc/rpc/pmap_getmaps.c
index 7c35ff26..fd6c4a85 100644
--- a/freebsd/lib/libc/rpc/pmap_getmaps.c
+++ b/freebsd/lib/libc/rpc/pmap_getmaps.c
@@ -72,8 +72,7 @@ __FBSDID("$FreeBSD$");
* Calls the pmap service remotely to do get the maps.
*/
struct pmaplist *
-pmap_getmaps(address)
- struct sockaddr_in *address;
+pmap_getmaps(struct sockaddr_in *address)
{
struct pmaplist *head = NULL;
int sock = -1;