From e35950b8b87c6311071229b25d855ce114525d95 Mon Sep 17 00:00:00 2001 From: norayr Date: Fri, 13 Feb 2015 11:18:29 +0000 Subject: [PATCH] unix module now compiles under freebsd -- noch Former-commit-id: 9f452e66b7963ab356c3293a627bbeba22ec52cc --- src/lib/system/freebsd/clang/x86_64/Unix.Mod | 4 ++-- voc.REMOVED.git-id | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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