diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-03 04:17:16 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-03 04:17:16 +0000 |
commit | 49d2025234edfff3228b41cb00528dc9353ebe13 (patch) | |
tree | 98c3ddaf80bee66dd86423f754ddb3ef5ca6f9f7 /sys/nfs/nfs_vnops.c | |
parent | 33f3663c46eba59bd208b379dbf3a97f4ce878ed (diff) |
stale header: this code hasn't used hash.h in a while
Diffstat (limited to 'sys/nfs/nfs_vnops.c')
-rw-r--r-- | sys/nfs/nfs_vnops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs_vnops.c b/sys/nfs/nfs_vnops.c index 9461bbd79be..7593a311d7c 100644 --- a/sys/nfs/nfs_vnops.c +++ b/sys/nfs/nfs_vnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_vnops.c,v 1.156 2014/11/18 02:37:31 tedu Exp $ */ +/* $OpenBSD: nfs_vnops.c,v 1.157 2014/12/03 04:16:58 tedu Exp $ */ /* $NetBSD: nfs_vnops.c,v 1.62.4.1 1996/07/08 20:26:52 jtc Exp $ */ /* @@ -57,7 +57,6 @@ #include <sys/dirent.h> #include <sys/fcntl.h> #include <sys/lockf.h> -#include <sys/hash.h> #include <sys/queue.h> #include <sys/specdev.h> #include <sys/unistd.h> |