diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1999-04-17 04:15:50 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1999-04-17 04:15:50 +0000 |
| commit | cbeab559809f01b758d665965e676e9a842c1fa6 (patch) | |
| tree | eb581e2a564aa79bc6733a05972b94d5579b9808 /sys/dev | |
| parent | 4e7916388fce546cf1591074e606e61ae3af383a (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/vinum/vinum.c | 2 |
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 */ |
