Didn't get all the mods on the fixup.

This commit is contained in:
David E. O'Brien 1999-01-14 17:03:12 +00:00
parent f083684bae
commit 2365a85341
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42659

View File

@ -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 */