summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.statd/procs.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rpc.statd/procs.c')
-rw-r--r--usr.sbin/rpc.statd/procs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.statd/procs.c b/usr.sbin/rpc.statd/procs.c
index 548d797d49e..54a0a5e3b1a 100644
--- a/usr.sbin/rpc.statd/procs.c
+++ b/usr.sbin/rpc.statd/procs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: procs.c,v 1.2 2015/08/20 22:39:29 deraadt Exp $ */
+/* $OpenBSD: procs.c,v 1.3 2017/01/21 08:33:51 krw Exp $ */
/*
* Copyright (c) 1995
@@ -143,7 +143,7 @@ sm_mon_1_svc(mon *arg, struct svc_req *req)
* In the unlikely event of more than one identical monitor
* request, all are removed.
*/
-int
+int
do_unmon(char *name, HostInfo *hp, void *ptr)
{
my_id *idp = ptr;