artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bf70f2
)
fix warnings
author
deraadt
<deraadt@openbsd.org>
Sun, 1 Sep 1996 01:41:44 +0000
(
01:41
+0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 1 Sep 1996 01:41:44 +0000
(
01:41
+0000)
usr.sbin/edquota/edquota.c
patch
|
blob
|
history
diff --git
a/usr.sbin/edquota/edquota.c
b/usr.sbin/edquota/edquota.c
index
151f8c0
..
fde69f5
100644
(file)
--- 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.1
1 1996/08/29 03:33:48
deraadt Exp $";
+static char *rcsid = "$Id: edquota.c,v 1.1
2 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()
{