]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/MacOSStubs.c
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / hfs / MacOSStubs.c
index 43459f1ae96a762515d9b2026c793b5c90bde712..0a1bded31d80f6f891f332326d5c9a135b5719c9 100644 (file)
@@ -159,14 +159,10 @@ void DisposePtr (Ptr p)
 
 void
 DebugStr(
 
 void
 DebugStr(
-#if CONFIG_NO_KPRINTF_STRINGS
-       __unused ConstStr255Param debuggerMsg
-#else
-       ConstStr255Param debuggerMsg
-#endif
+       const char * debuggerMsg
        )
 {
        )
 {
-    kprintf ("*** Mac OS Debugging Message: %s\n", &debuggerMsg[1]);
+    kprintf ("*** Mac OS Debugging Message: %s\n", debuggerMsg);
        DEBUG_BREAK;
 }
 
        DEBUG_BREAK;
 }