diff options
author | 2000-04-24 05:19:01 +0000 | |
---|---|---|
committer | 2000-04-24 05:19:01 +0000 | |
commit | 48d387783d7696b43ba343cbb7e43fbae3c34c61 (patch) | |
tree | 2291a42838245bab1bafa39e25f3ff61109f0908 /lib | |
parent | properly label whole disk partition; op21@squish.org (diff) | |
download | wireguard-openbsd-48d387783d7696b43ba343cbb7e43fbae3c34c61.tar.xz wireguard-openbsd-48d387783d7696b43ba343cbb7e43fbae3c34c61.zip |
proper include files; ath@algonet.se
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/quotactl.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2 index e9c57363116..24cadbb6f08 100644 --- a/lib/libc/sys/quotactl.2 +++ b/lib/libc/sys/quotactl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: quotactl.2,v 1.7 2000/04/15 11:46:04 aaron Exp $ +.\" $OpenBSD: quotactl.2,v 1.8 2000/04/24 05:19:01 deraadt Exp $ .\" $NetBSD: quotactl.2,v 1.8 1995/02/27 12:35:43 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -45,6 +45,7 @@ .Nd manipulate filesystem quotas .Sh SYNOPSIS .Fd #include <ufs/ufs/quota.h> /* for ufs quotas */ +.Fd #include <unistd.h> .Ft int .Fn quotactl "const char *path" "int cmd" "int id" "char *addr" .Sh DESCRIPTION |