Sometime on Jan 5, Linux User assembled some asciibets to say:
i am getting errors when i compile my program. it says stat64_t not declared.
I have never come across these data structures. where are they supposed to be from? struct stat, off_t, etc are all in sys/types.h, but the ones you have mentioned don't exist anywhere on my system.
maybe try this:
grep -r "<stat64_t>" /usr/include/
Philip