summaryrefslogtreecommitdiffstats
path: root/lib/librpcsvc/rwall.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librpcsvc/rwall.c')
-rw-r--r--lib/librpcsvc/rwall.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/librpcsvc/rwall.c b/lib/librpcsvc/rwall.c
index dd7b590..d53f264 100644
--- a/lib/librpcsvc/rwall.c
+++ b/lib/librpcsvc/rwall.c
@@ -46,9 +46,7 @@ static char sccsid[] = "@(#)rwall.c 1.2 91/03/11 TIRPC 1.0; from 1.3 89/03/24 S
#include <rpcsvc/rwall.h>
int
-rwall(host, msg)
- char *host;
- char *msg;
+rwall(char *host, char *msg)
{
return (callrpc(host, WALLPROG, WALLVERS, WALLPROC_WALL,
(xdrproc_t)xdr_wrapstring, (char *) &msg,
OpenPOWER on IntegriCloud