Browse Source

arosunits: corrected some sycall offsets in amigados

git-svn-id: trunk@28719 -
marcus 11 years ago
parent
commit
76b40cdcb7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/arosunits/src/amigados.pas

+ 2 - 2
packages/arosunits/src/amigados.pas

@@ -2095,8 +2095,8 @@ function StrToLong(const String_: STRPTR; var Value: LongInt): LongInt; syscall
 function SystemTagList(const Command: STRPTR; const Tags: PTagItem): LongInt; syscall AOS_DOSBase 101;
   //function DOSSystem(const command : PChar;const Tags : PTagItem) : LongInt; //* Real: SystemTagList ???
 function UnGetC(File_: BPTR; Character: LongInt): LongInt; syscall AOS_DOSBase 53;
-procedure UnLoadSeg(Seglist: BPTR); syscall AOS_DOSBase 25;
-function UnLock(Lock: BPTR): LongBool; syscall AOS_DOSBase 26;
+procedure UnLoadSeg(Seglist: BPTR); syscall AOS_DOSBase 26;
+function UnLock(Lock: BPTR): LongBool; syscall AOS_DOSBase 15;
 procedure UnLockDosList(Flags: LongWord); syscall AOS_DOSBase 110;
 function UnLockRecord(Fh: BPTR; Offset: LongWord; Length: LongWord): LongBool; syscall AOS_DOSBase 47;
 function UnLockRecords(RecArray: PRecordLock): LongBool; syscall AOS_DOSBase 48;