lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev lynx281pre1 patch : LYUtils.c/termio.h


From: Philippe De Muyter
Subject: lynx-dev lynx281pre1 patch : LYUtils.c/termio.h
Date: Wed, 23 Sep 1998 23:01:44 +0200 (CEST)

Wed Sep 23 23:00:23 1998  Philippe De Muyter  <address@hidden>

        * LYUtils.c (termio.h): Do not include that file twice.

--- ./src/LYUtils.c     Wed Sep 23 22:51:25 1998
+++ ./src/LYUtils.c     Wed Sep 23 22:28:04 1998
@@ -2825,6 +2825,7 @@
 #include <sys/ioctl.h>
 #endif
 
+#if 0 /* This is already done by LYCurses.h above */
 /* For systems that have both, but both can't be included, duh */
 #ifdef TERMIO_AND_TERMIOS
 # include <termio.h>
@@ -2837,6 +2838,7 @@
 #  endif /* HAVE_TERMIO_H */
 # endif /* HAVE_TERMIOS_H */
 #endif /* TERMIO_AND_TERMIOS */
+#endif /* 0 */
 
 PUBLIC void size_change ARGS1(
        int,            sig GCC_UNUSED)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]