diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-03 21:03:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-03 21:03:39 +0000 |
commit | 92118f7e6c6d6a6c42745a94d174d11aacfc6e12 (patch) | |
tree | fa81459281400d34918d6d89f608508f7de4d3bf /emulators | |
parent | 4ba3143d3949d7de374ca0b9bff4955b992a886a (diff) | |
download | ports-92118f7e6c6d6a6c42745a94d174d11aacfc6e12.tar.gz ports-92118f7e6c6d6a6c42745a94d174d11aacfc6e12.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/prodosemu/files/patch-ab | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/emulators/prodosemu/files/patch-ab b/emulators/prodosemu/files/patch-ab index fa7e24e8d6e6..27e9049a30a4 100644 --- a/emulators/prodosemu/files/patch-ab +++ b/emulators/prodosemu/files/patch-ab @@ -1,12 +1,18 @@ --- apple.h.orig Tue Jan 9 13:00:03 1996 +++ apple.h Tue Aug 15 20:34:22 2000 -@@ -18,8 +18,7 @@ +@@ -17,15 +17,6 @@ + #include <ctype.h> #endif - #ifndef CBREAK +-#ifndef CBREAK -/*#include <sgtty.h>*/ -#include <bsd/sgtty.h> -+#include <sgtty.h> +-#endif +- +-#ifndef TIOCGETP +-#include <sys/ioctl.h> +-#endif +- + #ifndef O_NDELAY + #include <fcntl.h> #endif - - #ifndef TIOCGETP |