Minor changes on dtbsun.
[egate.git] / kernel / monitor.c
index 3ed0cc6..6964067 100644 (file)
  * Europagate, 1995
  *
  * $Log: monitor.c,v $
- * Revision 1.12  1995/05/19 14:51:06  adam
+ * Revision 1.13  1995/05/22 11:42:48  adam
+ * Minor changes on dtbsun.
+ *
+ * Revision 1.12  1995/05/19  14:51:06  adam
  * Bug fix: stopped kernels sometimes got IPC messages from the monitor.
  *
  * Revision 1.11  1995/05/19  13:26:00  adam
@@ -392,6 +395,7 @@ static void monitor_events (int argc, char **argv)
     gip_m = gips_initialize (MONITOR_FIFO_S);
     r = gips_open (gip_m, MONITOR_FIFO_C, 0);
     gip_m_fd = gip_infileno (gip_m);
+    open (MONITOR_FIFO_S, O_WRONLY);
 
     while (1)
     {