diff options
Diffstat (limited to 'emulators/prodosemu/files/patch-ab')
-rw-r--r-- | emulators/prodosemu/files/patch-ab | 33 |
1 files changed, 12 insertions, 21 deletions
diff --git a/emulators/prodosemu/files/patch-ab b/emulators/prodosemu/files/patch-ab index 6ddbc455b235..fa7e24e8d6e6 100644 --- a/emulators/prodosemu/files/patch-ab +++ b/emulators/prodosemu/files/patch-ab @@ -1,21 +1,12 @@ -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 +--- apple.h.orig Tue Jan 9 13:00:03 1996 ++++ apple.h Tue Aug 15 20:34:22 2000 +@@ -18,8 +18,7 @@ + #endif + + #ifndef CBREAK +-/*#include <sgtty.h>*/ +-#include <bsd/sgtty.h> ++#include <sgtty.h> + #endif + + #ifndef TIOCGETP |