diff options
Diffstat (limited to 'emulators/prodosemu/files/patch-ab')
-rw-r--r-- | emulators/prodosemu/files/patch-ab | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/emulators/prodosemu/files/patch-ab b/emulators/prodosemu/files/patch-ab new file mode 100644 index 000000000000..6ddbc455b235 --- /dev/null +++ b/emulators/prodosemu/files/patch-ab @@ -0,0 +1,21 @@ +diff -rc prodosemu-v0.1/apple.h prodosemu/apple.h +*** apple.h Tue Jan 9 15:00:03 1996 +--- apple.h Tue Feb 18 07:02:04 1997 +*************** +*** 18,25 **** + #endif + + #ifndef CBREAK +! /*#include <sgtty.h>*/ +! #include <bsd/sgtty.h> + #endif + + #ifndef TIOCGETP +--- 18,24 ---- + #endif + + #ifndef CBREAK +! #include <sgtty.h> + #endif + + #ifndef TIOCGETP |