92118f7e6c
anything with it. This is bad habit, especially because the sgtty.h is a deprecated header file, which describes an interface that's only present when COMPAT_43TTY is present in the kernel. There's no real harm in this case, but say, we want to remove this header file, it will cause compilation to fail. PR: 119101 Submitted by: Ed Schouten <ed@fxq.nl>
18 lines
300 B
Text
18 lines
300 B
Text
--- apple.h.orig Tue Jan 9 13:00:03 1996
|
|
+++ apple.h Tue Aug 15 20:34:22 2000
|
|
@@ -17,15 +17,6 @@
|
|
#include <ctype.h>
|
|
#endif
|
|
|
|
-#ifndef CBREAK
|
|
-/*#include <sgtty.h>*/
|
|
-#include <bsd/sgtty.h>
|
|
-#endif
|
|
-
|
|
-#ifndef TIOCGETP
|
|
-#include <sys/ioctl.h>
|
|
-#endif
|
|
-
|
|
#ifndef O_NDELAY
|
|
#include <fcntl.h>
|
|
#endif
|