summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-12 23:42:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-12 23:42:23 +0000
commit27a41dd752b5fff8a4eb23991a44d1c9cc946dc0 (patch)
treeab91fbfbfc95ef01e02fce6033ad440f69a8a6a4 /include/unistd.h
parent0c2addf3cc7492aab794d81b90a9fabeff760538 (diff)
add quotactl
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index e0bb51719ad..394722a4dbd 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: unistd.h,v 1.9 1996/12/09 13:50:04 deraadt Exp $ */
+/* $OpenBSD: unistd.h,v 1.10 1996/12/12 23:42:22 deraadt Exp $ */
/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
@@ -150,6 +150,7 @@ int revoke __P((const char *));
int rfork __P((int opts));
int rresvport __P((int *));
int ruserok __P((const char *, int, const char *, const char *));
+int quotactl __P((const char *, int, int, char *));
char *sbrk __P((int));
int select __P((int, fd_set *, fd_set *, fd_set *, struct timeval *));
int setdomainname __P((const char *, int));