diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-02-22 11:42:47 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-02-22 11:42:47 +0000 |
commit | f376c87c9f3c81b801e41c5f888ddf2d9eadce44 (patch) | |
tree | bc8999572f395ba31cd77c5ff98208aac3407920 /sys/nfs/nfs.h | |
parent | 81f6c8c36d3f9a9852db63379e91fe1d8a82669d (diff) |
Keep local definitions local.
"good work" deraadt@, ok visa@
Diffstat (limited to 'sys/nfs/nfs.h')
-rw-r--r-- | sys/nfs/nfs.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h index 3326af33122..0326790b8df 100644 --- a/sys/nfs/nfs.h +++ b/sys/nfs/nfs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs.h,v 1.52 2014/03/24 00:19:48 guenther Exp $ */ +/* $OpenBSD: nfs.h,v 1.53 2017/02/22 11:42:46 mpi Exp $ */ /* $NetBSD: nfs.h,v 1.10.4.1 1996/05/27 11:23:56 fvdl Exp $ */ /* @@ -292,11 +292,6 @@ struct nfssvc_sock { #define SLP_LASTFRAG 0x20 /* last fragment received on TCP connection */ #define SLP_ALLFLAGS 0xff /* convenience */ -extern TAILQ_HEAD(nfssvc_sockhead, nfssvc_sock) nfssvc_sockhead; -extern int nfssvc_sockhead_flag; -#define SLP_INIT 0x01 /* NFS data undergoing initialization */ -#define SLP_WANTINIT 0x02 /* thread waiting on NFS initialization */ - /* * One of these structures is allocated for each nfsd. */ |