aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-01-04 21:13:23 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-01-04 21:13:23 +0000
commit0e41ee3037a553b4cd7673887fe31fb51150d3be (patch)
tree334713baaeaaaca13f522ab35fdd0c97996ced19 /sys/vm/vm_object.c
parent22482bab926bdbbad415e5211d6a60948ca9dff0 (diff)
downloadsrc-0e41ee3037a553b4cd7673887fe31fb51150d3be.tar.gz
src-0e41ee3037a553b4cd7673887fe31fb51150d3be.zip
Convert DDB to new-style option.
Notes
Notes: svn path=/head/; revision=13228
Diffstat (limited to 'sys/vm/vm_object.c')
-rw-r--r--sys/vm/vm_object.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index 37bf211aea6e..7ba53e841908 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -61,12 +61,13 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.c,v 1.60 1995/12/14 09:55:03 phk Exp $
+ * $Id: vm_object.c,v 1.61 1996/01/04 18:32:31 davidg Exp $
*/
/*
* Virtual memory object module.
*/
+#include "opt_ddb.h"
#include <sys/param.h>
#include <sys/systm.h>