summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_debugMem.h
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2011-05-01 06:49:43 +0000
committermrg <mrg@NetBSD.org>2011-05-01 06:49:43 +0000
commit5c6140cb6f185c99e04f6fd4e2545e8d47b2a4a8 (patch)
treeaed48ee31b9014f50695ab699296b0db75ea6291 /sys/dev/raidframe/rf_debugMem.h
parentfd29b5075237ca984a5c5fae51459c287c5c3295 (diff)
convert rf_debug_mem_mutex to a kmutex, and fix RF_DEBUG_MEM option.
Diffstat (limited to 'sys/dev/raidframe/rf_debugMem.h')
-rw-r--r--sys/dev/raidframe/rf_debugMem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_debugMem.h b/sys/dev/raidframe/rf_debugMem.h
index e17a7ffd0e3..0ab17cae6c6 100644
--- a/sys/dev/raidframe/rf_debugMem.h
+++ b/sys/dev/raidframe/rf_debugMem.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_debugMem.h,v 1.12 2005/12/11 12:23:37 christos Exp $ */
+/* $NetBSD: rf_debugMem.h,v 1.13 2011/05/01 06:49:43 mrg Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -80,7 +80,7 @@
}
#endif
-void rf_record_malloc(void *p, int size, int line, char *filen);
+void rf_record_malloc(void *p, int size, int line, const char *filen);
void rf_unrecord_malloc(void *p, int sz);
void rf_print_unfreed(void);
int rf_ConfigureDebugMem(RF_ShutdownList_t ** listp);