git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8433 8c9fc860-2736-0410-a75d-ab315db34111
@@ -57,7 +57,8 @@ CONST
NeedsPrefix* = 0; (* if no prefix given, then this file system cannot handle it, to prevent file systems from being in the search path *)
TYPE
- TSize* = Streams.TSize;
+ Position* = Streams.Position;
+ TSize* = LONGINT;
(** All record fields are read-only for users, and read-write for extenders. *)