summaryrefslogtreecommitdiff
path: root/cad/mars/files/patch-10
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-12-09 19:09:41 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-12-09 19:09:41 +0000
commit5977dc1bf2e4de2dd1e173c061f8db70cdf7c53a (patch)
treee58598658873ccad9e189bf323d89e346da36df4 /cad/mars/files/patch-10
parentEnable compilation on FreeBSD 5.2-BETA by avoiding "log" namespace (diff)
fix build on CURRENT
bump PORTREVISION
Diffstat (limited to '')
-rw-r--r--cad/mars/files/patch-1010
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/mars/files/patch-10 b/cad/mars/files/patch-10
new file mode 100644
index 000000000000..d409bf9d0005
--- /dev/null
+++ b/cad/mars/files/patch-10
@@ -0,0 +1,10 @@
+--- include/component.h.orig Tue Dec 9 20:04:47 2003
++++ include/component.h Tue Dec 9 20:05:04 2003
+@@ -153,6 +153,6 @@
+ } Neighbor;
+
+ Neighbor *find_neighbor();
+-Neighbor *add_neighbor();
++Neighbor *add_neighbor(register Component *c, register Component *neighc, int max_num_neighbors, int num_classes, ... );
+ Param *param_init();
+ #endif /* COMPONENT_H */