From 12ff09452604b3f9f8fe57fbcf5408435be4ffcf Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 12 Nov 2013 06:59:13 +0000 Subject: insert the proper arguments into a prototype --- lib/libc/rpc/pmap_rmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/rpc') diff --git a/lib/libc/rpc/pmap_rmt.c b/lib/libc/rpc/pmap_rmt.c index 79409b726b0..4e5a7021563 100644 --- a/lib/libc/rpc/pmap_rmt.c +++ b/lib/libc/rpc/pmap_rmt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap_rmt.c,v 1.29 2010/09/01 14:43:34 millert Exp $ */ +/* $OpenBSD: pmap_rmt.c,v 1.30 2013/11/12 06:59:12 deraadt Exp $ */ /* * Copyright (c) 2010, Oracle America, Inc. @@ -196,7 +196,7 @@ newgetbroadcastnets(struct in_addr **addrsp) return i; } -typedef bool_t (*resultproc_t)(); +typedef bool_t (*resultproc_t)(caddr_t, struct sockaddr_in *); enum clnt_stat clnt_broadcast(u_long prog, /* program number */ -- cgit v1.2.3