diff options
author | 1996-12-12 23:42:22 +0000 | |
---|---|---|
committer | 1996-12-12 23:42:22 +0000 | |
commit | b43c721f4af68bb8b51d0628a508cd55ce150017 (patch) | |
tree | ccbdb18e84db72c6dc4f60dc2ea17f179f1359b6 | |
parent | fix a typical use; -Wall (diff) | |
download | wireguard-openbsd-b43c721f4af68bb8b51d0628a508cd55ce150017.tar.xz wireguard-openbsd-b43c721f4af68bb8b51d0628a508cd55ce150017.zip |
add quotactl
-rw-r--r-- | include/unistd.h | 3 |
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)); |