diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-07-05 17:34:27 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-07-05 17:34:27 +0000 |
commit | c593797b35718462cfc32300fe3b91ab61c28024 (patch) | |
tree | e3b4673836cba3bf2ab434ea400150b959be46ea /sys/nfs/nfs.h | |
parent | a889699666bd4c3d31df6fe7f352b183b92a4c9f (diff) |
Remove R_GETONEREP and the code that checks if its set
(its never set).
"please kill it" blambert@
Diffstat (limited to 'sys/nfs/nfs.h')
-rw-r--r-- | sys/nfs/nfs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h index 96c16820d3b..158a9b230e4 100644 --- a/sys/nfs/nfs.h +++ b/sys/nfs/nfs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs.h,v 1.32 2008/07/05 12:51:04 thib Exp $ */ +/* $OpenBSD: nfs.h,v 1.33 2008/07/05 17:34:26 thib Exp $ */ /* $NetBSD: nfs.h,v 1.10.4.1 1996/05/27 11:23:56 fvdl Exp $ */ /* @@ -276,7 +276,6 @@ extern TAILQ_HEAD(nfsreqhead, nfsreq) nfs_reqq; #define R_SOCKERR 0x10 /* Fatal error on socket */ #define R_TPRINTFMSG 0x20 /* Did a tprintf msg. */ #define R_MUSTRESEND 0x40 /* Must resend request */ -#define R_GETONEREP 0x80 /* Probe for one reply only */ /* * A list of nfssvc_sock structures is maintained with all the sockets |