Subject: re: hashinit()
To: Christian Biere <christianbiere@gmx.de>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 02/01/2007 13:22:22
-#ifdef DIAGNOSTIC
- panic("hashinit: invalid table type");
-#else
+ panic("invalid table type");
return NULL;
why remove the function name?