diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-03-24 17:05:36 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-03-24 17:05:36 +0000 |
commit | 1deb8d87c13e70f13406ed52f5c9814b1e83646f (patch) | |
tree | 3718454066aa8fc93056e197ef0bf474749602a6 /sys/vm | |
parent | 6a07469f6c5c6f51f920ab069a9cde4d00283463 (diff) |
iprint is used without DEBUG too
Diffstat (limited to 'sys/vm')
-rw-r--r-- | sys/vm/vm_glue.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 19fbbf5f62e..65cb852f00f 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_glue.c,v 1.10 1996/03/19 21:10:55 mickey Exp $ */ +/* $OpenBSD: vm_glue.c,v 1.11 1996/03/24 17:05:35 tholo Exp $ */ /* $NetBSD: vm_glue.c,v 1.52 1996/02/12 21:51:59 christos Exp $ */ /* @@ -550,7 +550,6 @@ swapout(p) /* * DEBUG stuff */ -#ifdef DEBUG int indent = 0; @@ -578,5 +577,3 @@ iprintf(pr, fmt /* , va_alist */) (*pr)("%r", fmt, ap); va_end(ap); } -#endif - |