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/isofs | |
parent | 9416651e391c8c68c7e2245cd88c5133818f760f (diff) | |
download | FreeBSD-src-4547a09753662d6525ae498b0da796738fa1bb22.zip FreeBSD-src-4547a09753662d6525ae498b0da796738fa1bb22.tar.gz |
Back out DIAGNOSTIC changes.
Diffstat (limited to 'sys/isofs')
-rw-r--r-- | sys/isofs/cd9660/cd9660_node.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/isofs/cd9660/cd9660_node.c b/sys/isofs/cd9660/cd9660_node.c index 5391eb6..7220d1e 100644 --- a/sys/isofs/cd9660/cd9660_node.c +++ b/sys/isofs/cd9660/cd9660_node.c @@ -36,11 +36,9 @@ * SUCH DAMAGE. * * @(#)cd9660_node.c 8.2 (Berkeley) 1/23/94 - * $Id: cd9660_node.c,v 1.22 1997/11/18 14:40:30 phk Exp $ + * $Id: cd9660_node.c,v 1.23 1998/02/04 22:32:29 eivind Exp $ */ -#include "opt_diagnostic.h" - #include <sys/param.h> #include <sys/systm.h> #include <sys/mount.h> |