31057a08c0
see http://www.opencm.org/news.html for hilights of this update, major noteworthy changes include: - sxd has gone away, gzfs is 'interim' while 'sxd2' is almost ready - if you have an old sxd repository, read the mailing list archives for how to update (use an interum version) - an incompatible update to the server/client protocol requires that you update both at the same time (as a reminder, this is 'alpha' and as such is subject to incompatible changes like the above. expect more to come when sxd2 emerges) Also, add a 'nogc' flavor that removes the dependency on boehm-gc, at the cost of not free()'ing all memory allocated (read: at the moment, most).
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
$OpenBSD: patch-base_src_opencm_h,v 1.6 2003/05/23 13:22:14 todd Exp $
|
|
--- base/src/opencm.h.orig Sat Mar 29 16:15:28 2003
|
|
+++ base/src/opencm.h Tue Apr 1 07:30:18 2003
|
|
@@ -77,7 +77,7 @@
|
|
#include <paths.h>
|
|
#endif
|
|
|
|
-#include "../gc6.1/include/gc.h"
|
|
+#include <gc.h>
|
|
|
|
/* #define USE_BASE16 */
|
|
|