wmesg
#define WMESG(m, s) if(wmesg(m, s) != 0) {(*Turnoff)(); return(FAIL);}
extern int wmesg(), rmesg(), expfile(), putinpub(), stptcl();
static char wmesg[] = "forceload of %s failed";
cmn_err(CE_WARN, wmesg, name);
static char *wmesg = "forceload of %s failed";
cmn_err(CE_WARN, wmesg, name);