Unbreak the build: Also define NFSV42_OLDNPROCS here.

If nfsproto.h is included before nfsport.h, then NFSV42_OLDNPROCS would
be undefined when it is used in struct nfsstatsov1.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-04-05 11:54:20 -06:00
parent 330aa8acde
commit 393b7606f9

View File

@ -413,6 +413,9 @@
*/
#define NFSV42_NPROCS 70
/* Value of NFSV42_NPROCS for old nfsstats structure. (Always 69) */
#define NFSV42_OLDNPROCS 69
#endif /* NFS_V3NPROCS */
/*