K 10 svn:author V 2 jb K 8 svn:date V 27 2006-08-04T23:47:30.000000Z K 7 svn:log V 662 Add OpenSolaris compatibility definitions for stat64 and fstat64 which are only visible if _SOLARIS_C_SOURCE is defined. Note thar FreeBSD stat() and fstat() are 64-bit functions now and Solaris still persists with both 32- and 64-bit versions. When I query this, I am referred to: . But when you look at the main page of unix.org you will see that the Single Unix Specification is the most recent standard they are pushing. And there are no stat64() fstat64() functions defined there. I guess this just goes to prove that there are so many standards, you can take your pick. END