# Europagate, 1995
#
# $Log: Makefile,v $
-# Revision 1.23 1995/05/03 07:37:29 adam
+# Revision 1.24 1995/05/03 12:18:46 adam
+# This code ran on dtbsun. Minor changes.
+#
+# Revision 1.23 1995/05/03 07:37:29 adam
# CCL commands stop/continue implemented. New functions gw_res_{int,bool}
# are used when possible.
#
$(CC) -c $(DEFS) $(CFLAGS) $<
clean:
- rm -f *.log *.[oa] $(PROG1) $(PROG2)
+ rm -f *.log *.[oa] $(PROG1) $(PROG2) $(PROG3)
rm -f core mon.out gmon.out errlist *~ fifo.*
depend: depend2
* Europagate, 1995
*
* $Log: monitor.c,v $
- * Revision 1.6 1995/05/03 09:16:17 adam
+ * Revision 1.7 1995/05/03 12:18:46 adam
+ * This code ran on dtbsun. Minor changes.
+ *
+ * Revision 1.6 1995/05/03 09:16:17 adam
* Minor changes.
*
* Revision 1.5 1995/05/03 07:37:42 adam
#include <fcntl.h>
#include <setjmp.h>
#include <signal.h>
+#include <errno.h>
#include <sys/file.h>
#include <sys/stat.h>
* Europagate, 1995
*
* $Log: lgets.c,v $
- * Revision 1.2 1995/05/02 15:26:52 adam
+ * Revision 1.3 1995/05/03 12:18:55 adam
+ * This code ran on dtbsun. Minor changes.
+ *
+ * Revision 1.2 1995/05/02 15:26:52 adam
* EINTR obvserved on reads and writes.
*
* Revision 1.1 1995/05/01 12:43:58 adam
#include <assert.h>
#include <ctype.h>
#include <unistd.h>
+#include <errno.h>
#include <gw-log.h>