summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pwd_mkdb
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-06-28 20:37:29 +0000
committerderaadt <deraadt@openbsd.org>2003-06-28 20:37:29 +0000
commit1c00ca32085e53c2ff3ecdca26e3dc69e469c892 (patch)
tree0102ecb764feb4a8aa7ce43f59504d7496219f78 /usr.sbin/pwd_mkdb
parentFix previous commit that broke locate. Unlike printf, print writes a (diff)
downloadwireguard-openbsd-1c00ca32085e53c2ff3ecdca26e3dc69e469c892.tar.xz
wireguard-openbsd-1c00ca32085e53c2ff3ecdca26e3dc69e469c892.zip
() to (void)
Diffstat (limited to 'usr.sbin/pwd_mkdb')
-rw-r--r--usr.sbin/pwd_mkdb/pwd_mkdb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.c b/usr.sbin/pwd_mkdb/pwd_mkdb.c
index 78863917c1f..0e59d8b04d3 100644
--- a/usr.sbin/pwd_mkdb/pwd_mkdb.c
+++ b/usr.sbin/pwd_mkdb/pwd_mkdb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pwd_mkdb.c,v 1.36 2003/06/08 21:14:55 millert Exp $ */
+/* $OpenBSD: pwd_mkdb.c,v 1.37 2003/06/28 20:37:29 deraadt Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@@ -41,7 +41,7 @@ static const char copyright[] =
#if 0
static const char sccsid[] = "from: @(#)pwd_mkdb.c 8.5 (Berkeley) 4/20/94";
#else
-static const char rcsid[] = "$OpenBSD: pwd_mkdb.c,v 1.36 2003/06/08 21:14:55 millert Exp $";
+static const char rcsid[] = "$OpenBSD: pwd_mkdb.c,v 1.37 2003/06/28 20:37:29 deraadt Exp $";
#endif
#endif /* not lint */
@@ -448,7 +448,7 @@ errorx(name)
}
void
-cleanup()
+cleanup(void)
{
char buf[MAXPATHLEN];