date and time created 82/05/12 11:03:37 by rrh
authorRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Thu, 13 May 1982 02:03:37 +0000 (18:03 -0800)
committerRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Thu, 13 May 1982 02:03:37 +0000 (18:03 -0800)
SCCS-vsn: old/games.vax/compat/unixemts.c 1.1

usr/src/old/games.vax/compat/unixemts.c [new file with mode: 0644]

diff --git a/usr/src/old/games.vax/compat/unixemts.c b/usr/src/old/games.vax/compat/unixemts.c
new file mode 100644 (file)
index 0000000..5eac9b2
--- /dev/null
@@ -0,0 +1,7 @@
+static char sccsid[] = "       unixemts.c      1.1     82/05/12        ";
+
+#include <stdio.h>
+doemt(code) int code; {
+       /* just print a message if not caught */
+       fprintf(stderr,"EMT 0%o caught\n",code);
+}