diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2008-12-11 09:17:07 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2008-12-11 09:17:07 +0000 |
commit | 21a743e886e08cc0a6813096fd39b32b2cf9ab00 (patch) | |
tree | 1539a93bb53b7158155e0564e41d1536209e178f /src/include/c.h | |
parent | 218b4e8dd86016f82c3a71dec9d339240e866505 (diff) |
Move carefully obscured SunOS 4 specific #include out of c.h into port
header file. SunOS 4 is probably broken anyway, but this item stuck out as
completely weird.
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/c.h b/src/include/c.h index 4493fb91037..16c30cb60ab 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/c.h,v 1.231 2008/12/11 07:34:08 petere Exp $ + * $PostgreSQL: pgsql/src/include/c.h,v 1.232 2008/12/11 09:17:07 petere Exp $ * *------------------------------------------------------------------------- */ @@ -769,10 +769,6 @@ typedef NameData *Name; #define PG_BINARY_W "w" #endif -#if defined(sun) && defined(__sparc__) && !defined(__SVR4) -#include <unistd.h> -#endif - /* These are for things that are one way on Unix and another on NT */ #define NULL_DEV "/dev/null" |