artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4d76df
)
iprint is used without DEBUG too
author
tholo
<tholo@openbsd.org>
Sun, 24 Mar 1996 17:05:35 +0000
(17:05 +0000)
committer
tholo
<tholo@openbsd.org>
Sun, 24 Mar 1996 17:05:35 +0000
(17:05 +0000)
sys/vm/vm_glue.c
patch
|
blob
|
history
diff --git
a/sys/vm/vm_glue.c
b/sys/vm/vm_glue.c
index
19fbbf5
..
65cb852
100644
(file)
--- a/
sys/vm/vm_glue.c
+++ b/
sys/vm/vm_glue.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: vm_glue.c,v 1.1
0 1996/03/19 21:10:55 mickey
Exp $ */
+/* $OpenBSD: vm_glue.c,v 1.1
1 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
-