diff options
| author | Martin Blapp <mbr@FreeBSD.org> | 2004-07-15 13:24:44 +0000 |
|---|---|---|
| committer | Martin Blapp <mbr@FreeBSD.org> | 2004-07-15 13:24:44 +0000 |
| commit | 386ecc28e7603fd660fc73bb60b3157414e675cb (patch) | |
| tree | 251213acb671953231e9a0d356146c366f0af38a /usr.sbin/amd | |
| parent | 37ec0e95b34c1a8d6c5380ec0c2fc1544217811c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/amd')
| -rw-r--r-- | usr.sbin/amd/include/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index 5adca198e6a88..0ee7356085159 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -317,7 +317,7 @@ #define HAVE_FS_NFS3 1 /* Define if have NULLFS (loopback on bsd44) filesystem */ -/* #undef HAVE_FS_NULLFS */ +#define HAVE_FS_NULLFS 1 /* Define if have PCFS filesystem */ #define HAVE_FS_PCFS 1 @@ -1767,7 +1767,7 @@ #define MNTTAB_TYPE_NFS3 "nfs3" /* Mount-table entry name for NULLFS (loopback on bsd44) filesystem */ -/* #undef MNTTAB_TYPE_NULLFS */ +#define MNTTAB_TYPE_NULLFS "nullfs" /* Mount-table entry name for PCFS filesystem */ #define MNTTAB_TYPE_PCFS "msdosfs" @@ -1824,7 +1824,7 @@ #define MOUNT_TYPE_NFS3 MOUNT_NFS3 /* Mount(2) type/name for NULLFS (loopback on bsd44) filesystem */ -/* #undef MOUNT_TYPE_NULLFS */ +#define MOUNT_TYPE_NULLFS "nullfs" /* Mount(2) type/name for PCFS filesystem. XXX: conf/trap/trap_hpux.h may override this definition for HPUX 9.0 */ |
