mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c774e181e3
A text based Apple IIe ProDOS emulator. PR: 2817 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
22 lines
361 B
Plaintext
22 lines
361 B
Plaintext
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
|