[Vm-dev] 3.9-7 for Solaris SPARC (problems)

David T. Lewis lewis at mail.msen.com
Thu Jul 27 01:43:02 UTC 2006


On Tue, Jul 25, 2006 at 04:26:21PM +0200, Andreas Wacknitz wrote:
>         4. .../platforms/unix/src/plugins/UnixProcessPlugin/UnixProcessPlugin.c:
>                 feof() needs an additional cast. Thus,
>                 if ((feof(sqFile->file)) == 0){
>                 gets
>                 if ((feof((FILE *)(sqFile->file))) == 0){

Hi Andreas,

Thanks for pointing this out. I believe that this bug is resolved in the development version
of OSPP at http://www.squeaksource.com/OSProcessPlugin/VMConstruction-Plugins-OSProcessPlugin-dtl.5.mcz,
so it should not be a problem in future releases of the Unix VM sources.

Dave



More information about the Vm-dev mailing list