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
362 B
Plaintext
13 lines
362 B
Plaintext
$OpenBSD: patch-base_libgdiff_diff_h,v 1.3 2003/05/23 13:22:14 todd Exp $
|
|
--- base/libgdiff/diff.h.orig Fri May 23 08:07:51 2003
|
|
+++ base/libgdiff/diff.h Fri May 23 08:08:03 2003
|
|
@@ -16,7 +16,7 @@ GNU General Public License for more deta
|
|
*/
|
|
|
|
#include "../config.h"
|
|
-#include "../gc6.1/include/gc.h"
|
|
+#include <gc.h>
|
|
|
|
#include "system.h"
|
|
#include <stdio.h>
|