Deleted Added
full compact
37c37
< * $Id: nfs.h,v 1.34 1998/03/30 09:53:43 phk Exp $
---
> * $Id: nfs.h,v 1.35 1998/05/19 07:11:22 peter Exp $
121,122d120
< #define NFS_NODEALLOC 256
< #define NFS_MNTALLOC 512
310d307
< MALLOC_DECLARE(M_NFSMNT);
316a314
> MALLOC_DECLARE(M_NFSHASH);
318a317,320
> #ifdef ZONE_INTERRUPT
> extern vm_zone_t nfsmount_zone;
> #endif
>