From f63e193de6ccfabc94cb52b637a7189f12e76d5a Mon Sep 17 00:00:00 2001 From: Sohgo Takeuchi Date: Thu, 3 Feb 2011 20:45:09 +0900 Subject: [PATCH] defined lstat64 for FreeBSD --- std/file.d | 1 + 1 file changed, 1 insertion(+) diff --git a/std/file.d b/std/file.d index e135c3b59db..9cb45fe36b8 100644 --- a/std/file.d +++ b/std/file.d @@ -111,6 +111,7 @@ version (Posix) alias core.sys.posix.sys.stat.stat_t struct_stat64; alias core.sys.posix.sys.stat.fstat fstat64; alias core.sys.posix.sys.stat.stat stat64; + alias core.sys.posix.sys.stat.lstat lstat64; } else {