repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git]
/
src
/
include
/
port
/
sunos4.h
blob
6148157b85a180ea436c7fe6ed1e95e9cf47676c
1
/*
2
* $PostgreSQL$
3
*
4
* sprintf() returns char *, not int, on SunOS 4.1.x */
5
#define SPRINTF_CHAR
6
7
#include <unistd.h>