[fpc-pascal] Re: chown on Mac OS X

Tobias Giesen tobias_subscriber at tgtools.com
Sat Jul 19 21:32:16 CEST 2008


Hi,

correction! Adding FpChown to oscdeclh.inc works fine. This line needs
to be added:

Function FpChown (path : pChar; owner : TUid; group : TGid): cInt; cdecl; external clib name 'chown';

to oscdeclh.inc in the rtl/unix folder.

Cheers,
Tobias




More information about the fpc-pascal mailing list