From 10a0f9a6e2e02a8c66e4031ad1b040cd89267df7 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 1 Sep 1996 01:41:45 +0000 Subject: fix warnings --- usr.sbin/edquota/edquota.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/edquota/edquota.c b/usr.sbin/edquota/edquota.c index 151f8c0b836..fde69f5d6ce 100644 --- a/usr.sbin/edquota/edquota.c +++ b/usr.sbin/edquota/edquota.c @@ -42,7 +42,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)edquota.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$Id: edquota.c,v 1.11 1996/08/29 03:33:48 deraadt Exp $"; +static char *rcsid = "$Id: edquota.c,v 1.12 1996/09/01 01:41:44 deraadt Exp $"; #endif /* not lint */ /* @@ -78,6 +78,9 @@ struct quotause { } *getprivs(); #define FOUND 0x01 +void putprivs __P((long, int, struct quotause *)); +void freeprivs __P((struct quotause *)); + void usage() { -- cgit v1.2.3