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/vm/vm_glue.c | |
parent | 9416651e391c8c68c7e2245cd88c5133818f760f (diff) | |
download | FreeBSD-src-4547a09753662d6525ae498b0da796738fa1bb22.zip FreeBSD-src-4547a09753662d6525ae498b0da796738fa1bb22.tar.gz |
Back out DIAGNOSTIC changes.
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r-- | sys/vm/vm_glue.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 801673c..e98b9c3 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -59,10 +59,9 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_glue.c,v 1.71 1998/02/04 22:33:44 eivind Exp $ + * $Id: vm_glue.c,v 1.72 1998/02/05 03:32:38 dyson Exp $ */ -#include "opt_diagnostic.h" #include "opt_rlimit.h" #include <sys/param.h> |