1 Known issues with AROS port:
6 struct FileLock *flock;
8 if (erster) next = lock;
9 flock = (struct FileLock *)BADDR(next);
11 if (TypeOfMem(flock) == 0) break;
12 if (flock->fl_Volume != MKBADDR(dol)) break;
14 Reason is that flock's members are 0.
17 Segfault when enabling "in %". It needs to be checked how this
18 task time calculation can be done on AROS.