blob: 19eb6c062994cb010196f3bb4ea85d2f74eb19ea (
plain)
1
2
3
4
5
6
7
|
/*
* $PostgreSQL: pgsql/src/include/port/sunos4.h,v 1.11 2008/12/11 09:17:07 petere Exp $
*
* sprintf() returns char *, not int, on SunOS 4.1.x */
#define SPRINTF_CHAR
#include <unistd.h>
|