1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/japanese/iv/files/patch-cj
Shigeyuki Fukushima d0094e951a Fix build error under 4-current and new egcs/C++ compiler.
PR:		ports/16024
Submitted by:	MIHIRA Yoshiro <sanpei@sanpei.org>
2000-01-11 15:52:35 +00:00

12 lines
597 B
Plaintext

--- src/bin/ibuild/ibvarviews.c.org Sat Apr 25 05:15:01 1992
+++ src/bin/ibuild/ibvarviews.c Wed Jan 5 22:50:51 2000
@@ -1399,7 +1399,7 @@
GetConflictCmd sconflict(firewallCmd.GetFirewall(),subclass);
sconflict.Execute();
cl = sconflict.GetConflict();
- for(i = cl->First(); i != cl->End(); i = i->Next()) {
+ for(UList* i = cl->First(); i != cl->End(); i = i->Next()) {
StateVar* state = (StateVar*) (*i)();
if (
!state->IsA(INSTANCENAME_VAR) &&