summaryrefslogtreecommitdiffstats
path: root/usr.sbin/repquota
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2003-04-30 15:30:05 +0000
committerjason <jason@openbsd.org>2003-04-30 15:30:05 +0000
commit1b29a6b50460b70ea26c00bd1f1032c6521977a5 (patch)
tree1916e25457c0028219ee9427213dee11976c1c8d /usr.sbin/repquota
parentcast size_t to unsigned long and use %lu;ok ho (diff)
downloadwireguard-openbsd-1b29a6b50460b70ea26c00bd1f1032c6521977a5.tar.xz
wireguard-openbsd-1b29a6b50460b70ea26c00bd1f1032c6521977a5.zip
pull in stdlib.h to avoid implicit decl of calloc(); ok henning
Diffstat (limited to 'usr.sbin/repquota')
-rw-r--r--usr.sbin/repquota/repquota.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c
index bc0de916d01..84b0a3a089e 100644
--- a/usr.sbin/repquota/repquota.c
+++ b/usr.sbin/repquota/repquota.c
@@ -42,7 +42,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)repquota.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$Id: repquota.c,v 1.21 2003/03/30 20:52:42 deraadt Exp $";
+static char *rcsid = "$Id: repquota.c,v 1.22 2003/04/30 15:30:05 jason Exp $";
#endif /* not lint */
/*
@@ -58,6 +58,7 @@ static char *rcsid = "$Id: repquota.c,v 1.21 2003/03/30 20:52:42 deraadt Exp $";
#include <unistd.h>
#include <string.h>
#include <errno.h>
+#include <stdlib.h>
char *qfname = QUOTAFILENAME;
char *qfextension[] = INITQFNAMES;