diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-12 21:09:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-12 21:09:49 +0000 |
commit | 7eb7a31842af2cc30070717c76d62e69a2085d91 (patch) | |
tree | 1975708a0f8e628d9e465bc86097db306378ec18 /usr.sbin/ypserv | |
parent | 601ac46491705c213e9737d4506852726cd784b9 (diff) |
ansify
Diffstat (limited to 'usr.sbin/ypserv')
-rw-r--r-- | usr.sbin/ypserv/ypserv/ypserv.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ypserv/ypserv/ypserv.c b/usr.sbin/ypserv/ypserv/ypserv.c index 7cb7876a2ab..b9f1f643ba2 100644 --- a/usr.sbin/ypserv/ypserv/ypserv.c +++ b/usr.sbin/ypserv/ypserv/ypserv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ypserv.c,v 1.28 2003/06/02 21:58:27 maja Exp $ */ +/* $OpenBSD: ypserv.c,v 1.29 2003/06/12 21:09:48 deraadt Exp $ */ /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> @@ -27,7 +27,7 @@ */ #ifndef LINT -static const char rcsid[] = "$OpenBSD: ypserv.c,v 1.28 2003/06/02 21:58:27 maja Exp $"; +static const char rcsid[] = "$OpenBSD: ypserv.c,v 1.29 2003/06/12 21:09:48 deraadt Exp $"; #endif #include <sys/types.h> @@ -329,7 +329,7 @@ ypprog_2(struct svc_req *rqstp, SVCXPRT *transp) } void -hup() +hup(void) { /* Handle the log. */ ypcloselog(); @@ -346,7 +346,7 @@ hup() } void -my_svc_run() +my_svc_run(void) { fd_set *fds; |