看板 DFBSD_commit 關於我們 聯絡資訊
commit 0dc5d89e2aa48aadd56c27738def22c86d1808a2 Author: Simon Schubert <corecode@dragonflybsd.org> Date: Sat Oct 3 21:41:51 2009 +0200 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@ Summary of changes: sys/sys/stat.h | 26 +++++++++++--------------- 1 files changed, 11 insertions(+), 15 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0dc5d89e2aa48aadd56c27738def22c86d1808a2 -- DragonFly BSD source repository