Explorar el Código

* remove used of deprecated function. Use this one from dos.

git-svn-id: trunk@21332 -
marco hace 13 años
padre
commit
a98e75fc89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/utils/ppumove.pp

+ 1 - 1
compiler/utils/ppumove.pp

@@ -35,7 +35,7 @@ uses
 {$ENDIF}
 
 {$ifdef unix}
-  Baseunix,Unix, UnixUtil,
+  Baseunix,Unix, Dos,
 {$else unix}
   dos,
 {$endif unix}