The Sun C compiler does not like the attribute tag.
The simplest fix is to simply remove the lines from the
three files and locations below. Lines with the "+"
should be removed to let the code compile.
diff -c meanwhile-1.0.2/src/srvc_dir.c
test/meanwhile-1.0.2/src/srvc_dir.c
*** meanwhile-1.0.2/src/srvc_dir.c Thu Oct 12
16:13:28 2006
--- test/meanwhile-1.0.2/src/srvc_dir.c Thu Sep 15
16:30:20 2005
*** 108,113 ****
--- 108,114 ----
}
*** 126,131 ****
--- 127,133 ----
}
diff -c meanwhile-1.0.2/src/srvc_place.c
test/meanwhile-1.0.2/src/srvc_place.c
*** meanwhile-1.0.2/src/srvc_place.c Thu Oct 12
16:13:53 2006
--- test/meanwhile-1.0.2/src/srvc_place.c Fri Dec
2 21:00:29 2005
*** 193,198 ****
--- 193,199 ----
}
Anonymous