diff options
author | dm <dm@cvs.openbsd.org> | 1996-02-17 02:55:37 +0000 |
---|---|---|
committer | dm <dm@cvs.openbsd.org> | 1996-02-17 02:55:37 +0000 |
commit | 6e0bc0af75ecc548f22ed45efdae86d55b201f28 (patch) | |
tree | 412ef737de95cf94322021606ef5fce397afab86 /usr.sbin/amd/config | |
parent | 2713b15b3db2be7a272244702deaa00bb955198b (diff) |
added nqnfs option to nfs mounts
Diffstat (limited to 'usr.sbin/amd/config')
-rw-r--r-- | usr.sbin/amd/config/os-bsd44.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/amd/config/os-bsd44.h b/usr.sbin/amd/config/os-bsd44.h index 128dafeeff6..e83eef83272 100644 --- a/usr.sbin/amd/config/os-bsd44.h +++ b/usr.sbin/amd/config/os-bsd44.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)os-bsd44.h 8.1 (Berkeley) 6/6/93 - * $Id: os-bsd44.h,v 1.2 1996/01/08 07:36:31 dm Exp $ + * $Id: os-bsd44.h,v 1.3 1996/02/17 02:55:22 dm Exp $ * * 4.4 BSD definitions for Amd (automounter) */ @@ -160,6 +160,7 @@ XXX - Probably no hope of running Amd on this machine! #define MNTOPT_INTR "intr" /* interrupts allowed */ #define MNTOPT_NOCONN "noconn" /* accept any responder */ #define MNTOPT_RESVPORT "resvport" /* use reserved port */ +#define MNTOPT_NQNFS "nqnfs" /* use reserved port */ #define NFSMNT_HOSTNAME 0 /* hostname on 4.4 is not optional */ |