Skip to content
Snippets Groups Projects
Commit fea248e0 authored by Rene Brun's avatar Rene Brun
Browse files

In function cfstati select the code used for __APPLE for __FreeBSD__ too.

git-svn-id: http://root.cern.ch/svn/root/trunk@24048 27541ba8-7e3a-0410-8455-c3a389f83636
parent e7191589
Branches
Tags
No related merge requests found
......@@ -185,7 +185,7 @@ int cfstati_(char *fname, int *info, int *lgname)
info[4] = (int) buf.st_uid;
info[5] = (int) buf.st_gid;
info[6] = (int) buf.st_size;
#if defined(__APPLE__)
#if defined(__APPLE__) || defined(__FreeBSD__)
info[7] = (int) buf.st_atimespec.tv_sec;
info[8] = (int) buf.st_mtimespec.tv_sec;
info[9] = (int) buf.st_ctimespec.tv_sec;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment