BSD 4_1_snap development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Tue, 8 Apr 1980 02:56:43 +0000 (18:56 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Tue, 8 Apr 1980 02:56:43 +0000 (18:56 -0800)
Work on file usr/src/games/compat/unixemts.c

Synthesized-from: CSRG/cd1/4.1.snap

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

diff --git a/usr/src/games/compat/unixemts.c b/usr/src/games/compat/unixemts.c
new file mode 100644 (file)
index 0000000..347f1ce
--- /dev/null
@@ -0,0 +1,5 @@
+#include <stdio.h>
+doemt(code) int code; {
+       /* just print a message if not caught */
+       fprintf(stderr,"EMT 0%o caught\n",code);
+}