extern TAILQ_HEAD(nfssvc_sockhead, nfssvc_sock) nfssvc_sockhead;
extern int nfssvc_sockhead_flag;
-extern TAILQ_HEAD(, nfsmount) nfs_mountq;
+extern TAILQ_HEAD(nfsmount_head, nfsmount) nfs_mountq;
#define SLP_INIT 0x01
#define SLP_WANTINIT 0x02
int nfs_ticks;
int nfs_pbuf_freecnt = -1; /* start out unlimited */
-TAILQ_HEAD(, nfsmount) nfs_mountq = TAILQ_HEAD_INITIALIZER(nfs_mountq);
+struct nfsmount_head nfs_mountq = TAILQ_HEAD_INITIALIZER(nfs_mountq);
struct nfssvc_sockhead nfssvc_sockhead;
int nfssvc_sockhead_flag;
struct nfsd_head nfsd_head;