File tree 2 files changed +4
-6
lines changed 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 12
12
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
13
13
* Portions Copyright (c) 1994, Regents of the University of California
14
14
*
15
- * $PostgreSQL: pgsql/src/include/c.h,v 1.231 2008/12/11 07:34:08 petere Exp $
15
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.232 2008/12/11 09:17:07 petere Exp $
16
16
*
17
17
*-------------------------------------------------------------------------
18
18
*/
@@ -769,10 +769,6 @@ typedef NameData *Name;
769
769
#define PG_BINARY_W "w"
770
770
#endif
771
771
772
- #if defined(sun ) && defined(__sparc__ ) && !defined(__SVR4 )
773
- #include <unistd.h>
774
- #endif
775
-
776
772
/* These are for things that are one way on Unix and another on NT */
777
773
#define NULL_DEV "/dev/null"
778
774
Original file line number Diff line number Diff line change 1
1
/*
2
- * $PostgreSQL: pgsql/src/include/port/sunos4.h,v 1.10 2008/05/17 01:28:24 adunstan Exp $
2
+ * $PostgreSQL: pgsql/src/include/port/sunos4.h,v 1.11 2008/12/11 09:17:07 petere Exp $
3
3
*
4
4
* sprintf() returns char *, not int, on SunOS 4.1.x */
5
5
#define SPRINTF_CHAR
6
+
7
+ #include <unistd.h>
You can’t perform that action at this time.
0 commit comments