1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/cad/mars/files/patch-sim_compfiles.c
Martin Wilke ae47d2196b - Fix build with GCC 4.2
- Remove most warnings
- Add OPTIONS Knob
- Pass maintainership to submitter

PR:		118246
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav)
2007-11-27 22:49:01 +00:00

10 lines
356 B
C

--- sim/comptypes.c.orig 2007-11-23 23:17:42.000000000 +0100
+++ sim/comptypes.c 2007-11-23 23:18:07.000000000 +0100
@@ -96,5 +96,5 @@
stopper_p},
{"LINK_COST_FUNC", AUXILIARY_CLASS,lcostfcn_action,
link_cost_func_p},
- {"", NULL} /* This line indicates the end of the list. */
+ {"", 0} /* This line indicates the end of the list. */
};