diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-02 13:12:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-02 13:12:38 +0000 |
commit | 7ca0f9e5d599678687695e0658d4fb79af21b8f2 (patch) | |
tree | 4e1ce68df855d6705bcfa04710ed01eb982325f3 /sys/kern/vfs_cluster.c | |
parent | 1e4f9ee9c7ca2d6eaff92815ce3cedec54716dad (diff) |
sync syscalls, no sys/cpu.h
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-rw-r--r-- | sys/kern/vfs_cluster.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 498b72b0b1a..e0f8be723b1 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -1,5 +1,5 @@ -/* $OpenBSD: vfs_cluster.c,v 1.3 1996/04/21 22:27:34 deraadt Exp $ */ -/* $NetBSD: vfs_cluster.c,v 1.11 1996/03/16 23:17:18 christos Exp $ */ +/* $OpenBSD: vfs_cluster.c,v 1.4 1996/05/02 13:12:33 deraadt Exp $ */ +/* $NetBSD: vfs_cluster.c,v 1.12 1996/04/22 01:39:05 christos Exp $ */ /*- * Copyright (c) 1993 @@ -45,10 +45,10 @@ #include <sys/malloc.h> #include <sys/systm.h> #include <sys/resourcevar.h> -#include <sys/cpu.h> -#ifdef DEBUG #include <vm/vm.h> + +#ifdef DEBUG #include <sys/sysctl.h> int doreallocblks = 0; struct ctldebug debug13 = { "doreallocblks", &doreallocblks }; |