diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-27 16:10:37 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-27 16:10:37 +0000 |
commit | fdf56ee4821cb3f881f515aa60b43f60cc334730 (patch) | |
tree | 8a245e6f6a2a43619fb3aae168e5204d2ec06ffa /lib | |
parent | 0d3087e5c795af294c2c82bb4efad7c2bef07655 (diff) |
add missing members to nfs_args
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/mount.2 | 6 |
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 |