K 10 svn:author V 6 sbruno K 8 svn:date V 27 2013-10-30T22:41:18.306109Z K 7 svn:log V 382 Quiesce two warnings: 1. define the CODE * as const 2. restructure function to eliminate warning about exiting with no return. severity_map() never returns when it can't find an appropriate sysylog facility, and it longjmp()'s away into error code handling. Keep this behavior by stashing the facility value found during our search and checking for -1 if found. END