aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>1999-04-17 04:15:50 +0000
committerGreg Lehey <grog@FreeBSD.org>1999-04-17 04:15:50 +0000
commitcbeab559809f01b758d665965e676e9a842c1fa6 (patch)
treeeb581e2a564aa79bc6733a05972b94d5579b9808 /sys/dev
parent4e7916388fce546cf1591074e606e61ae3af383a (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vinum/vinum.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/vinum/vinum.c b/sys/dev/vinum/vinum.c
index 4005124eefb8..d2389da355ec 100644
--- a/sys/dev/vinum/vinum.c
+++ b/sys/dev/vinum/vinum.c
@@ -213,7 +213,9 @@ vinum_modevent(module_t mod, modeventtype_t type, void *unused)
#ifdef VINUMDEBUG
if (total_malloced) {
int i;
+#ifdef INVARIANTS
int *poke;
+#endif
for (i = 0; i < malloccount; i++) {
if (debug & DEBUG_EXITFREE) /* want to hear about them */