diff options
author | obrien <obrien@FreeBSD.org> | 1999-01-14 17:03:12 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-01-14 17:03:12 +0000 |
commit | 1e3b3745267d8cd068c795618e31da1fbe5ca510 (patch) | |
tree | 1c48ac69ce701b7dc0317c81b0f1d6a83e4dd1d4 /contrib/amd/conf | |
parent | f1ce7a5746f1ff92146c7d70ec8cf291d6dec677 (diff) | |
download | FreeBSD-src-1e3b3745267d8cd068c795618e31da1fbe5ca510.zip FreeBSD-src-1e3b3745267d8cd068c795618e31da1fbe5ca510.tar.gz |
Didn't get all the mods on the fixup.
Diffstat (limited to 'contrib/amd/conf')
-rw-r--r-- | contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h b/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h index af840cc..070ada0 100644 --- a/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h +++ b/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h @@ -38,7 +38,7 @@ * * %W% (Berkeley) %G% * - * $Id: nfs_prot_freebsd3.h,v 1.4 1998/11/14 03:13:31 obrien Exp $ + * $Id: nfs_prot_freebsd3.h,v 1.5 1999/01/13 20:03:57 obrien Exp $ * */ @@ -186,6 +186,10 @@ struct nfs_fh3_freebsd3 { }; typedef struct nfs_fh3_freebsd3 nfs_fh3_freebsd3; +/* since we don't use Am-utils's aux/macros/struct_nfs_fh3.m4, we don't get + their special searching. So restore the standard name. */ +typedef struct nfs_fh3_freebsd3 nfs_fh3; + #endif /* NFSMNT_NFSV3 */ #endif /* not _AMU_NFS_PROT_H */ |