From 5977dc1bf2e4de2dd1e173c061f8db70cdf7c53a Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Tue, 9 Dec 2003 19:09:41 +0000 Subject: fix build on CURRENT bump PORTREVISION --- cad/mars/files/patch-10 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cad/mars/files/patch-10 (limited to 'cad/mars/files/patch-10') 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 */ -- cgit v1.2.3