Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / include / port / sunos4.h
blob6148157b85a180ea436c7fe6ed1e95e9cf47676c
1 /*
2 * $PostgreSQL$
4 * sprintf() returns char *, not int, on SunOS 4.1.x */
5 #define SPRINTF_CHAR
7 #include <unistd.h>