summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rpc.rusersd/rusersd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/rpc.rusersd/rusersd.c b/libexec/rpc.rusersd/rusersd.c
index 20c496ba826..225359614bc 100644
--- a/libexec/rpc.rusersd/rusersd.c
+++ b/libexec/rpc.rusersd/rusersd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rusersd.c,v 1.14 2004/06/02 02:21:15 brad Exp $ */
+/* $OpenBSD: rusersd.c,v 1.15 2004/09/15 19:03:19 deraadt Exp $ */
/*-
* Copyright (c) 1993 John Brezak
@@ -29,7 +29,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: rusersd.c,v 1.14 2004/06/02 02:21:15 brad Exp $";
+static char rcsid[] = "$OpenBSD: rusersd.c,v 1.15 2004/09/15 19:03:19 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -52,6 +52,7 @@ extern void rusers_service(struct svc_req *, SVCXPRT *);
int from_inetd = 1;
int utmp_fd;
+/* ARGSUSED */
static void
cleanup(int signo)
{