diff --git a/src/lib/system/freebsd/clang/x86_64/Unix.Mod b/src/lib/system/freebsd/clang/x86_64/Unix.Mod index d792e956..48e60a99 100644 --- a/src/lib/system/freebsd/clang/x86_64/Unix.Mod +++ b/src/lib/system/freebsd/clang/x86_64/Unix.Mod @@ -441,7 +441,7 @@ from man gettimeofday "stat((const char*)name, (struct stat*)statbuf)"; PROCEDURE Stat*(name: Name; VAR statbuf: Status): INTEGER; - VAR res: LONGINT; + VAR res: INTEGER; BEGIN res := stat(name, statbuf); (* make the first 4 bytes as unique as possible (used in module Files for caching!) *) @@ -455,7 +455,7 @@ from man gettimeofday "fstat(fd, (struct stat*)statbuf)"; PROCEDURE Fstat*(fd: INTEGER; VAR statbuf: Status): INTEGER; - VAR res: LONGINT; + VAR res: INTEGER; BEGIN res := fstat(fd, statbuf); (* make the first 4 bytes as unique as possible (used in module Files for caching!) *) diff --git a/voc.REMOVED.git-id b/voc.REMOVED.git-id index 5a128c2e..72555def 100644 --- a/voc.REMOVED.git-id +++ b/voc.REMOVED.git-id @@ -1 +1 @@ -4d768c90746d68b61cd2ee1294d42f21190a43e6 \ No newline at end of file +f550c8541ce96f1ac0d6abc73b1a4fa2025e878e \ No newline at end of file