mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 11:10:23 +02:00
Fix compilation error introduced in my last patch for non-openbsd systems
git-svn-id: trunk@19468 -
This commit is contained in:
parent
6bf4bf8043
commit
216113e80d
@ -542,6 +542,8 @@ begin
|
|||||||
{ At least for openbsd, a positive return value is
|
{ At least for openbsd, a positive return value is
|
||||||
the length of the returned pchar }
|
the length of the returned pchar }
|
||||||
else if (ret<0) then
|
else if (ret<0) then
|
||||||
|
{$else not opensd}
|
||||||
|
else
|
||||||
{$endif openbsd}
|
{$endif openbsd}
|
||||||
begin
|
begin
|
||||||
seterrno(-ret);
|
seterrno(-ret);
|
||||||
|
Loading…
Reference in New Issue
Block a user