summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2014-10-12 09:36:42 +0000
committerdlg <dlg@openbsd.org>2014-10-12 09:36:42 +0000
commitd0ca4f741649fe3b8528958cb8dff65eb83f15d1 (patch)
tree979412ac7495d082a099fed52c8bc14f95519704 /usr.sbin/inetd
parentConvert libssl manpages from pod to mdoc(7). (diff)
downloadwireguard-openbsd-d0ca4f741649fe3b8528958cb8dff65eb83f15d1.tar.xz
wireguard-openbsd-d0ca4f741649fe3b8528958cb8dff65eb83f15d1.zip
ansi function declarations.
ok gcc+sha256
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r--usr.sbin/inetd/inetd.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c
index e1ef826390e..d9fb538dd1c 100644
--- a/usr.sbin/inetd/inetd.c
+++ b/usr.sbin/inetd/inetd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inetd.c,v 1.139 2014/10/12 08:55:25 dlg Exp $ */
+/* $OpenBSD: inetd.c,v 1.140 2014/10/12 09:36:42 dlg Exp $ */
/*
* Copyright (c) 1983,1991 The Regents of the University of California.
@@ -1745,9 +1745,7 @@ machtime(void)
/* ARGSUSED */
void
-machtime_stream(s, sep)
- int s;
- struct servtab *sep;
+machtime_stream(int s, struct servtab *sep)
{
u_int32_t result;