Fri Mar 18 15:15:05 PST 2005
- Previous message: [Slony1-commit] By darcyb: Update sigaction flags to conform to POSIX standard.
- Next message: [Slony1-commit] By smsimms: Backwards-compatibility fix: allow set# to be passed as
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Change slon/misc.h and slon/snmp_thread.c to include c.h in the same manner as slon.c does. This fixes compiling when the includedir is not the parent dir of includedir-server.
Modified Files:
--------------
slony1-engine/src/slon:
misc.h (r1.5 -> r1.6)
snmp_thread.c (r1.1 -> r1.2)
-------------- next part --------------
Index: misc.h
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/misc.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lsrc/slon/misc.h -Lsrc/slon/misc.h -u -w -r1.5 -r1.6
--- src/slon/misc.h
+++ src/slon/misc.h
@@ -5,7 +5,7 @@
* ----------
*/
#include "config.h"
-#include "server/c.h"
+#include "c.h"
typedef enum
{
Index: snmp_thread.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/snmp_thread.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsrc/slon/snmp_thread.c -Lsrc/slon/snmp_thread.c -u -w -r1.1 -r1.2
--- src/slon/snmp_thread.c
+++ src/slon/snmp_thread.c
@@ -7,7 +7,7 @@
#include <errno.h>
#include "libpq-fe.h"
-#include "server/c.h"
+#include "c.h"
#include "slon.h"
- Previous message: [Slony1-commit] By darcyb: Update sigaction flags to conform to POSIX standard.
- Next message: [Slony1-commit] By smsimms: Backwards-compatibility fix: allow set# to be passed as
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list