diff options
Diffstat (limited to 'games/slashem-tty/files/patch-unixconf.h')
-rw-r--r-- | games/slashem-tty/files/patch-unixconf.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/slashem-tty/files/patch-unixconf.h b/games/slashem-tty/files/patch-unixconf.h new file mode 100644 index 000000000000..9a2902055729 --- /dev/null +++ b/games/slashem-tty/files/patch-unixconf.h @@ -0,0 +1,11 @@ +--- include/unixconf.h.good Wed Nov 22 23:42:39 2000 ++++ include/unixconf.h Wed Nov 22 23:43:42 2000 +@@ -206,7 +206,7 @@ + * A stat system call is done on the mailbox every MAILCKFREQ moves. + */ + +-#define MAIL /* Deliver mail during the game */ ++/* #define MAIL */ /* Deliver mail during the game */ + + /* The Andrew Message System does mail a little differently from normal + * UNIX. Mail is deposited in the user's own directory in ~/Mailbox |