st_mtimespec
frac = st.st_mtimespec.tv_nsec;
#define st_mtim st_mtimespec
#define st_mtimensec st_mtimespec.tv_nsec
tsp = &st->st_mtimespec;
(long)specnode->st_mtimespec.tv_sec);
dirnode->inode->st.st_mtime = specnode->st_mtimespec.tv_sec;
dirnode->inode->st.st_atime = specnode->st_mtimespec.tv_sec;
dirnode->inode->st.st_mtimensec = specnode->st_mtimespec.tv_nsec;
dirnode->inode->st.st_atimensec = specnode->st_mtimespec.tv_nsec;