]> andersk Git - moira.git/blobdiff - lib/critical.c
changed name from infodefs.h, added location of default server
[moira.git] / lib / critical.c
index 3e84ad21c5ab443db8b5866d73c5fe159770e78c..b4f63c2776dc7891267fe03ec0180a60e0467c6a 100644 (file)
@@ -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
+ *  <mit-copyright.h>.
  */
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <sys/file.h>
 #include <zephyr/zephyr.h>
@@ -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 */
This page took 0.238949 seconds and 4 git commands to generate.