Mon Oct 11 20:16:27 PDT 2004
- Previous message: [Slony1-commit] By xfade: Add errno.h include to make it compile without errors.
- Next message: [Slony1-commit] By wieck: Added checks that ensure that slon is not running against any
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Add errno.h include. RH9 can't compile slony without it.
Modified Files:
--------------
slony1-engine/src/backend:
slony1_funcs.c (r1.22 -> r1.23)
-------------- next part --------------
Index: slony1_funcs.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -Lsrc/backend/slony1_funcs.c -Lsrc/backend/slony1_funcs.c -u -w -r1.22 -r1.23
--- src/backend/slony1_funcs.c
+++ src/backend/slony1_funcs.c
@@ -31,6 +31,7 @@
#include "mb/pg_wchar.h"
#include <signal.h>
+#include <errno.h>
PG_FUNCTION_INFO_V1(_Slony_I_createEvent);
- Previous message: [Slony1-commit] By xfade: Add errno.h include to make it compile without errors.
- Next message: [Slony1-commit] By wieck: Added checks that ensure that slon is not running against any
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list