summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2000-04-24 05:19:01 +0000
committerderaadt <deraadt@openbsd.org>2000-04-24 05:19:01 +0000
commit48d387783d7696b43ba343cbb7e43fbae3c34c61 (patch)
tree2291a42838245bab1bafa39e25f3ff61109f0908
parentproperly label whole disk partition; op21@squish.org (diff)
downloadwireguard-openbsd-48d387783d7696b43ba343cbb7e43fbae3c34c61.tar.xz
wireguard-openbsd-48d387783d7696b43ba343cbb7e43fbae3c34c61.zip
proper include files; ath@algonet.se
-rw-r--r--lib/libc/sys/quotactl.23
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