1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Various minor modes for i386_solaris

This commit is contained in:
Marc G. Fournier
1998-02-19 14:27:33 +00:00
parent 9a4d023bb5
commit 9a55013403
3 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.36 1998/01/27 03:25:01 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.37 1998/02/19 14:27:33 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -36,6 +36,7 @@
*/
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <signal.h>
#include <errno.h>
#include <fcntl.h>