OSDN Git Service

Everyone seems to suggestion this is something that should be there...
authorMarc G. Fournier <scrappy@hub.org>
Wed, 31 Jul 1996 06:05:46 +0000 (06:05 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 31 Jul 1996 06:05:46 +0000 (06:05 +0000)
#include <sys/termios.h>

Submitted by: Dr. George

src/interfaces/libpq/fe-exec.c

index 618a343..ad4b209 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.10 1996/07/31 02:20:59 scrappy Exp $
+ *    $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.11 1996/07/31 06:05:46 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #include "libpq-fe.h"
 #include <signal.h>
 #include <sys/ioctl.h>
-#if defined(PORTNAME_sparc_solaris) || \
-    defined(PORTNAME_i386_solaris)
 #include <sys/termios.h>
-#endif
 
 #ifdef TIOCGWINSZ
 struct winsize screen_size;