K 10 svn:author V 3 bde K 8 svn:date V 27 2002-02-11T02:13:18.000000Z K 7 svn:log V 389 Move the declaration of panic() from sys/param.h back to sys/systm.h. Almost all .c files have to include for more than its declaration of panic(), so little is gained from declaring panic() in a wrong place. This probably depends on missing garbage collection of the includes of that were added to get snprintf() declared for old versions of the ktr macros. END