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
357 B
Plaintext
13 lines
357 B
Plaintext
$OpenBSD: patch-base_libgdiff_diff3_c,v 1.3 2003/05/23 13:22:14 todd Exp $
|
|
--- base/libgdiff/diff3.c.orig Fri May 23 08:08:11 2003
|
|
+++ base/libgdiff/diff3.c Fri May 23 08:08:26 2003
|
|
@@ -17,7 +17,7 @@
|
|
/* Librarification by Tim Pierce */
|
|
|
|
#include "../config.h"
|
|
-#include "../gc6.1/include/gc.h"
|
|
+#include <gc.h>
|
|
|
|
#include "system.h"
|
|
#include <stdio.h>
|