]> gcc.gnu.org Git - gcc.git/commitdiff
Readd patch for SCO5 to fix build problem.
authorJim Wilson <wilson@cygnus.com>
Thu, 2 Apr 1998 18:30:53 +0000 (18:30 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 2 Apr 1998 18:30:53 +0000 (10:30 -0800)
* info/termdep.h: If POSIX, #undef TIOCGETC for benefit of systems
that provide TIOCETC but not struct tchars.

From-SVN: r18967

texinfo/ChangeLog
texinfo/info/termdep.h

index cbb53a76ef48a7ba42174ce96afb4637b87e0def..532139bd2fef893e5f2ada3e1ae0b7d06ea9d04e 100644 (file)
@@ -1,3 +1,8 @@
+Thu Apr  2 18:29:26 1998  Jim Wilson  <wilson@cygnus.com>
+
+       * info/termdep.h: If POSIX, #undef TIOCGETC for benefit of systems
+       that provide TIOCETC but not struct tchars.
+
 Thu Mar 26 11:31:33 1998  Jeffrey A Law  (law@cygnus.com)
 
        * acinclude.m4: Bring back changes lost during merge.
index 58e207610295e0d950fbe401513855cca66d3281..63a3b69413916da381367960f7a6e102729ec9ae 100644 (file)
 
 #ifdef HAVE_TERMIOS_H
 #  include <termios.h>
+/* 
+ * POSIX does not mandate that we have these and it may, in fact, be only
+ * partially implemented 
+ */
+#  undef TIOCGETC
 #else
 #  if defined (HAVE_TERMIO_H)
 #    include <termio.h>
This page took 0.069739 seconds and 5 git commands to generate.