8548 want memset_s(3C) Reviewed by: Robert Mustacchi <rm@joyent.com>
@@ -93,11 +93,11 @@ /* * Write a panic message w/o grabbing any locks other than assert_lock. * We have no idea what locks are held at this point. */ -static void +void common_panic(const char *head, const char *why) { char msg[400]; /* no panic() message in the library is this long */ ulwp_t *self; size_t len1, len2;