diff options
author | eivind <eivind@FreeBSD.org> | 1998-02-06 12:14:30 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-02-06 12:14:30 +0000 |
commit | 4547a09753662d6525ae498b0da796738fa1bb22 (patch) | |
tree | 41dc9b04c45389c79e84d3a141cbe7ea5344d493 /sys/nfs/nfs_bio.c | |
parent | 9416651e391c8c68c7e2245cd88c5133818f760f (diff) | |
download | FreeBSD-src-4547a09753662d6525ae498b0da796738fa1bb22.zip FreeBSD-src-4547a09753662d6525ae498b0da796738fa1bb22.tar.gz |
Back out DIAGNOSTIC changes.
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 add9da4..04d8288 100644 --- a/sys/nfs/nfs_bio.c +++ b/sys/nfs/nfs_bio.c @@ -34,10 +34,9 @@ * SUCH DAMAGE. * * @(#)nfs_bio.c 8.9 (Berkeley) 3/30/95 - * $Id: nfs_bio.c,v 1.48 1998/01/31 01:27:18 tegge Exp $ + * $Id: nfs_bio.c,v 1.49 1998/02/04 22:33:13 eivind Exp $ */ -#include "opt_diagnostic.h" #include <sys/param.h> #include <sys/systm.h> |