diff options
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 |