summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-05-27 16:10:36 +0000
committermillert <millert@openbsd.org>1999-05-27 16:10:36 +0000
commit88250932f5c0af0bf2ff971e4aca75b38292be51 (patch)
tree459ba557d16e13040436fc06e2cdc68ca7f5e175 /lib/libc/sys
parent- add missing .El macro (diff)
downloadwireguard-openbsd-88250932f5c0af0bf2ff971e4aca75b38292be51.tar.xz
wireguard-openbsd-88250932f5c0af0bf2ff971e4aca75b38292be51.zip
add missing members to nfs_args
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/mount.26
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index 3bae2f04536..a5e2dac2343 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.2,v 1.13 1999/05/23 14:10:55 aaron Exp $
+.\" $OpenBSD: mount.2,v 1.14 1999/05/27 16:10:36 millert Exp $
.\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $
.\"
.\" Copyright (c) 1980, 1989, 1993
@@ -147,6 +147,10 @@ struct nfs_args {
int leaseterm; /* Term (sec) of lease */
int deadthresh; /* Retrans threshold */
char *hostname; /* server's name */
+ int acregmin; /* Attr cache file recently modified */
+ int acregmax; /* ac file not recently modified */
+ int acdirmin; /* ac for dir recently modified */
+ int acdirmax; /* ac for dir not recently modified */
};
.Ed
.Pp