make _sure_ we dont use the includes from the in-tree version of boehm-gc

This commit is contained in:
todd 2002-10-11 12:34:20 +00:00
parent 6e9c7cab13
commit e18e0273a9
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-base_src_opencm_h,v 1.5 2002/10/11 12:34:20 todd Exp $
--- base/src/opencm.h.orig Fri Oct 11 06:47:29 2002
+++ base/src/opencm.h Fri Oct 11 06:46:19 2002
@@ -78,7 +78,7 @@
#endif
/* #define GC_DEBUG */
-#include "../gc6.1/include/gc.h"
+#include <gc.h>
/* #define USE_BASE16 */

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-base_src_server_DoRequest_c,v 1.5 2002/10/11 12:34:20 todd Exp $
--- base/src/server/DoRequest.c.orig Fri Oct 11 06:48:32 2002
+++ base/src/server/DoRequest.c Fri Oct 11 06:48:51 2002
@@ -40,7 +40,7 @@
#include <opencm.h>
#include "opencmserver.h"
-#include "../../gc6.1/include/gc_backptr.h"
+#include <gc_backptr.h>
char *storeReposURI = NULL;
extern Repository *localRepos;