From a98e75fc893967ceb9798fdb8bb3869d69dda7fb Mon Sep 17 00:00:00 2001 From: marco Date: Sat, 19 May 2012 11:34:04 +0000 Subject: [PATCH] * remove used of deprecated function. Use this one from dos. git-svn-id: trunk@21332 - --- compiler/utils/ppumove.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/utils/ppumove.pp b/compiler/utils/ppumove.pp index 3d11400655..26faafb2dd 100644 --- a/compiler/utils/ppumove.pp +++ b/compiler/utils/ppumove.pp @@ -35,7 +35,7 @@ uses {$ENDIF} {$ifdef unix} - Baseunix,Unix, UnixUtil, + Baseunix,Unix, Dos, {$else unix} dos, {$endif unix}