diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-03-12 08:29:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-03-12 08:29:44 +0000 |
| commit | 9bdaf328ef91e74f921a8e886ca79de7a428504a (patch) | |
| tree | df502c73f06926683fe7e1316cedb8cfd778fad1 | |
| parent | 4c987fb1a76ed22a709b61bfdfe2de02d9f67e61 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/amd/config/misc-bsd44l.h | 1 | ||||
| -rw-r--r-- | usr.sbin/amd/config/os-bsd44.h | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/amd/config/misc-bsd44l.h b/usr.sbin/amd/config/misc-bsd44l.h index d252a97ccf27..e124c87f7ee9 100644 --- a/usr.sbin/amd/config/misc-bsd44l.h +++ b/usr.sbin/amd/config/misc-bsd44l.h @@ -38,7 +38,6 @@ * */ -#define M_NEWTYPE 0 #define NFS_NPROCS 26 struct nfs_fattr; union nfsfh; diff --git a/usr.sbin/amd/config/os-bsd44.h b/usr.sbin/amd/config/os-bsd44.h index 0701e9ee74a3..2d610b529905 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.2 (Berkeley) 5/10/95 * - * $Id: os-bsd44.h,v 5.2.2.1 1992/02/09 15:10:11 jsp beta $ + * $Id: os-bsd44.h,v 1.8 1997/03/11 15:51:36 peter Exp $ * * 4.4 BSD definitions for Amd (automounter) */ @@ -65,9 +65,10 @@ * This is the implementation release number, not * the protocol revision number. */ -#define NFS_44 +#define NFS_4 #define HAS_TCP_NFS #define NFSv3 +#define M_NEWTYPE 0 /* * Does this OS have NDBM support? @@ -108,6 +109,7 @@ #undef NFS_SA_DREF #if BSD >= 199506 #define NFS_SA_DREF(dst, src) { \ + (dst).version = NFS_ARGSVERSION; \ (dst).addr = (struct sockaddr *) (src); \ (dst).addrlen = sizeof(*src); \ (dst).sotype = SOCK_DGRAM; \ |
