We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb17f5 commit dbf2a8cCopy full SHA for dbf2a8c
src/interfaces/libpq/fe-exec.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -21,10 +21,7 @@
21
#include "libpq-fe.h"
22
#include <signal.h>
23
#include <sys/ioctl.h>
24
-#if defined(PORTNAME_sparc_solaris) || \
25
- defined(PORTNAME_i386_solaris)
26
#include <sys/termios.h>
27
-#endif
28
29
#ifdef TIOCGWINSZ
30
struct winsize screen_size;
0 commit comments