]> git.eshelyaron.com Git - emacs.git/commitdiff
`ospeed' should be short if not HAVE_TERMIIO_H.
authorKenichi Handa <handa@m17n.org>
Thu, 27 Feb 1997 07:46:33 +0000 (07:46 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 27 Feb 1997 07:46:33 +0000 (07:46 +0000)
src/sysdep.c

index 62a0194cdf1de0ebc509514b7b6a9f3eb338cbb1..f615e85c4e084fe4a28625a1d66d1197dad0b022 100644 (file)
@@ -226,7 +226,7 @@ static int baud_convert[] =
   };
 #endif
 
-#ifdef HAVE_TERMIOS
+#ifdef HAVE_TERMIOS_H
 extern speed_t ospeed;
 #else
 extern short ospeed;