summaryrefslogtreecommitdiff
path: root/usr.sbin/repquota
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-30 20:52:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-30 20:52:43 +0000
commit35efc507db361c8615ae28b310e1232e1c429f26 (patch)
treecbc7341ce67aa89f854ab0511e5a13a55f177a3e /usr.sbin/repquota
parentdfd67ecb262c8217900a6eab246ec4e2da346300 (diff)
boring nothing commit from cloder
Diffstat (limited to 'usr.sbin/repquota')
-rw-r--r--usr.sbin/repquota/repquota.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c
index 9da62dd933d..bc0de916d01 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.20 2003/03/30 20:47:42 deraadt Exp $";
+static char *rcsid = "$Id: repquota.c,v 1.21 2003/03/30 20:52:42 deraadt Exp $";
#endif /* not lint */
/*
@@ -342,8 +342,7 @@ addid(id, type, name)
char *name;
{
struct fileusage *fup, **fhp;
- int len;
- extern char *calloc();
+ size_t len;
if ((fup = lookup(id, type)))
return (fup);