X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/923cef2afceb14ca80861e762ab7a3c8373aebf8..05e591e391d5034ceaf49f56713db28e5c22e727:/lib/critical.c diff --git a/lib/critical.c b/lib/critical.c index 3e84ad21..b4f63c27 100644 --- a/lib/critical.c +++ b/lib/critical.c @@ -1,8 +1,13 @@ /* $Header$ * * Log and send a zephyrgram about any critical errors. + * + * (c) Copyright 1988 by the Massachusetts Institute of Technology. + * For copying and distribution information, please see the file + * . */ +#include #include #include #include @@ -14,6 +19,8 @@ /* mode to create the file with */ #define LOGFILEMODE 0644 +extern char *whoami; + void critical_alert(instance, msg, args) char *instance; /* Instance for zephyr gram */