diff options
Diffstat (limited to 'sys/nfs/nfs.h')
-rw-r--r-- | sys/nfs/nfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h index 31e7a5b768b..919a5040682 100644 --- a/sys/nfs/nfs.h +++ b/sys/nfs/nfs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs.h,v 1.8 2000/05/19 16:36:03 mickey Exp $ */ +/* $OpenBSD: nfs.h,v 1.9 2000/05/19 16:54:52 mickey Exp $ */ /* $NetBSD: nfs.h,v 1.10.4.1 1996/05/27 11:23:56 fvdl Exp $ */ /* @@ -243,7 +243,7 @@ struct nfsstats { #define FS_NFS_NAMES { \ { 0, 0 }, \ { "nfsstats", CTLTYPE_STRUCT }, \ - { "niothreads", CTLTYPE_INT } \ + { "iothreads", CTLTYPE_INT } \ } /* |