From: deraadt Date: Thu, 12 Dec 1996 23:42:22 +0000 (+0000) Subject: add quotactl X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b43c721f4af68bb8b51d0628a508cd55ce150017;p=openbsd add quotactl --- 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));