sys/stat.h: implement st_atim et al
authorSimon Schubert <corecode@dragonflybsd.org>
Sat, 3 Oct 2009 19:41:51 +0000 (21:41 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Sat, 3 Oct 2009 20:45:29 +0000 (22:45 +0200)
commit0dc5d89e2aa48aadd56c27738def22c86d1808a2
tree87f48e862adc1b89d53523f06c19f1310d26f51e
parent3e33542b3e676281a92a70e0e3673d1d6b34376c
sys/stat.h: implement st_atim et al

SUS Issue 7 requires st_atim and friends, which were called st_atimespec
in BSD.  Rename the fields to match SUS and provide compat defines for
both st_atimespec etc (for BSD) and st_atime (for old SUS/POSIX).

Discussed-with:  beket@
sys/sys/stat.h