mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 23:50:24 +02:00
* small fixes for changing unit unix again
This commit is contained in:
parent
0c999e0c9b
commit
3d4733e1e9
@ -32,7 +32,7 @@ Function StatFS(Path:Pathstr;Var Info:tstatfs):cint;
|
|||||||
}
|
}
|
||||||
begin
|
begin
|
||||||
path:=path+#0;
|
path:=path+#0;
|
||||||
StatFS:=(do_SysCall(SysCall_nr_statfs,longint(@path[1]),longint(@Info));
|
StatFS:=(do_SysCall(SysCall_nr_statfs,longint(@path[1]),longint(@Info)));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Function fStatFS(Fd:cint;Var Info:tstatfs):cint;
|
Function fStatFS(Fd:cint;Var Info:tstatfs):cint;
|
||||||
@ -110,7 +110,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.19 2003-11-17 10:05:51 marco
|
Revision 1.20 2003-11-17 10:21:47 marco
|
||||||
|
* small fixes for changing unit unix again
|
||||||
|
|
||||||
|
Revision 1.19 2003/11/17 10:05:51 marco
|
||||||
* threads for FreeBSD. Not working tho
|
* threads for FreeBSD. Not working tho
|
||||||
|
|
||||||
Revision 1.18 2003/11/13 17:40:12 marco
|
Revision 1.18 2003/11/13 17:40:12 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user