Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0498b6a

Browse files
committed
fix for aix snprintf
1 parent 62bc4de commit 0498b6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/port/snprintf.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838

3939
# include "postgres.h"
4040

41+
# include "regex/cdefs.h"
42+
4143
# include <stdarg.h>
4244
# define VA_LOCAL_DECL va_list args;
4345
# define VA_START(f) va_start(args, f)
@@ -68,7 +70,7 @@
6870
* causing nast effects.
6971
**************************************************************/
7072

71-
/*static char _id[] = "$Id: snprintf.c,v 1.5 1998/09/10 04:11:52 vadim Exp $";*/
73+
/*static char _id[] = "$Id: snprintf.c,v 1.6 1998/09/18 05:20:22 momjian Exp $";*/
7274
static char *end;
7375
static int SnprfOverflow;
7476

0 commit comments

Comments
 (0)