Re: [fpc-pascal]urgent: fdOpen etc on FreeBSD

2004-06-03 Thread Marc Santhoff
Am Do, den 03.06.2004 schrieb Marco van de Voort um 19:47: > > I'm using the syscalls fdOpen, fdClose, etc on FreeBSD. > > > > Since swapping from compiler 1.0.10 to 1.9.2 and exchanging the 'uses > > Linux' statement to 'uses unix', these calls together with FD_SET and > > FD_Zero makros are miss

Re: [fpc-pascal]urgent: fdOpen etc on FreeBSD

2004-06-03 Thread Marco van de Voort
> I'm using the syscalls fdOpen, fdClose, etc on FreeBSD. > > Since swapping from compiler 1.0.10 to 1.9.2 and exchanging the 'uses > Linux' statement to 'uses unix', these calls together with FD_SET and > FD_Zero makros are missing. > > How can I handle that? Where have they gone? fpopen now. M

[fpc-pascal]urgent: fdOpen etc on FreeBSD

2004-06-03 Thread Marc Santhoff
Hi! I'm using the syscalls fdOpen, fdClose, etc on FreeBSD. Since swapping from compiler 1.0.10 to 1.9.2 and exchanging the 'uses Linux' statement to 'uses unix', these calls together with FD_SET and FD_Zero makros are missing. How can I handle that? Where have they gone? TIA, Marc _