1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/cad/mars/files/patch-10
Oliver Lehmann 5977dc1bf2 fix build on CURRENT
bump PORTREVISION
2003-12-09 19:09:41 +00:00

11 lines
367 B
Plaintext

--- 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 */