diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-06-03 02:23:24 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-06-03 02:23:24 +0000 |
commit | 457fb74486ec1dbc0d7ba3d8bb47348160a4c742 (patch) | |
tree | b49551676d61e83c76d1eed3a4f1701101cb2954 /sys/nfs | |
parent | 0d156013dceb33313cb20ece92a368ac35facf76 (diff) |
remove cruft that snuck in with previous
Diffstat (limited to 'sys/nfs')
-rw-r--r-- | sys/nfs/nfs_socket.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs_socket.c b/sys/nfs/nfs_socket.c index a2e53c91a75..332aee74a83 100644 --- a/sys/nfs/nfs_socket.c +++ b/sys/nfs/nfs_socket.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_socket.c,v 1.83 2009/06/03 00:12:34 thib Exp $ */ +/* $OpenBSD: nfs_socket.c,v 1.84 2009/06/03 02:23:23 thib Exp $ */ /* $NetBSD: nfs_socket.c,v 1.27 1996/04/15 20:20:00 thorpej Exp $ */ /* @@ -93,7 +93,6 @@ struct nfsreqhead nfs_reqq; */ #define NFS_CWNDSCALE 256 #define NFS_MAXCWND (NFS_CWNDSCALE * 32) -#define NFS_NBACKOFF 8 int nfs_backoff[8] = { 2, 4, 8, 16, 32, 64, 128, 256 }; /* RTT estimator */ |