Explorar o código

Fix compilation error introduced in my last patch for non-openbsd systems

git-svn-id: trunk@19468 -
pierre %!s(int64=14) %!d(string=hai) anos
pai
achega
216113e80d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      rtl/bsd/ossysc.inc

+ 2 - 0
rtl/bsd/ossysc.inc

@@ -542,6 +542,8 @@ begin
    { At least for openbsd, a positive return value is
      the length of the returned pchar }
    else if (ret<0) then
+{$else not opensd}
+   else
 {$endif openbsd}
      begin
        seterrno(-ret);