Re: [fpc-devel] Typo in unistdh.inc

2005-01-31 Thread Michael . VanCanneyt
On Tue, 1 Feb 2005, Den Jean wrote: > Hi, > > 1) sysconf: > could someone please fix sysconf in unistdh.inc. > The library name is not correct > > packages/base/libc/unistdh.inc:function sysconf (__name : longint) : longint; > cdecl; external clib name 'syconf'; > > > The compile error is t

[fpc-devel] Typo in unistdh.inc

2005-01-31 Thread Den Jean
Hi, 1) sysconf: could someone please fix sysconf in unistdh.inc. The library name is not correct packages/base/libc/unistdh.inc:function sysconf (__name : longint) : longint; cdecl; external clib name 'syconf'; The compile error is typically : In function `START_SESSION': SYS_UTIL.pas:329: u