diff --git a/usr.sbin/amd/config/os-bsd44.h b/usr.sbin/amd/config/os-bsd44.h index 837d59659ca0..fa41cfecb68d 100644 --- a/usr.sbin/amd/config/os-bsd44.h +++ b/usr.sbin/amd/config/os-bsd44.h @@ -37,7 +37,7 @@ * * @(#)os-bsd44.h 8.1 (Berkeley) 6/6/93 * - * $Id: os-bsd44.h,v 5.2.2.1 1992/02/09 15:10:11 jsp beta $ + * $Id: os-bsd44.h,v 1.1.1.1 1994/05/26 05:22:07 rgrimes Exp $ * * 4.4 BSD definitions for Amd (automounter) */ @@ -68,9 +68,9 @@ #define OS_HAS_NDBM /* - * 4.4 doesn't provide NIS. + * 4.4 doesn't provide NIS, but FreeBSD does. */ -#undef HAS_NIS_MAPS +#define HAS_NIS_MAPS /* * OS provides strerror() @@ -153,6 +153,7 @@ XXX - Probably no hope of running Amd on this machine! #define MNTOPT_SOFT "soft" /* soft mount */ #define MNTOPT_INTR "intr" /* interrupts allowed */ +#define MNTOPT_NOCONN "noconn" /* no connection option allowed */ #define NFSMNT_HOSTNAME 0 /* hostname on 4.4 is not optional */