diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-06-23 02:14:41 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-06-23 02:14:41 +0000 |
commit | 29a9d7776db7cbab30bc2d6af24d069b147587f5 (patch) | |
tree | 06b99f878537fc01966c36dbcc53fb50804e01e9 /sys/nfs/nfs_bio.c | |
parent | 7a6687eb64e6597c95207ad1d28b714e510d014c (diff) |
remove obsolete vtrace guts; art@
Diffstat (limited to 'sys/nfs/nfs_bio.c')
-rw-r--r-- | sys/nfs/nfs_bio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c index 911ff3522fa..a216e9a87e0 100644 --- a/sys/nfs/nfs_bio.c +++ b/sys/nfs/nfs_bio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_bio.c,v 1.15 1999/02/26 03:16:25 art Exp $ */ +/* $OpenBSD: nfs_bio.c,v 1.16 2000/06/23 02:14:40 mickey Exp $ */ /* $NetBSD: nfs_bio.c,v 1.25.4.2 1996/07/08 20:47:04 jtc Exp $ */ /* @@ -47,7 +47,6 @@ #include <sys/proc.h> #include <sys/buf.h> #include <sys/vnode.h> -#include <sys/trace.h> #include <sys/mount.h> #include <sys/kernel.h> #include <sys/namei.h> |