/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2001 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
catInfo->nodeData.cnd_contentModDate = to_hfs_time((UInt32)((struct timespec *)attrbufptr)->tv_sec);
VTOH(vp)->h_meta->h_mtime = (UInt32)((struct timespec *)attrbufptr)->tv_sec;
++((struct timespec *)attrbufptr);
+ hp->h_nodeflags &= ~IN_UPDATE;
#if HFS_DIAGNOSTIC
a &= ~ATTR_CMN_MODTIME;
#endif
catInfo->nodeData.cnd_attributeModDate = to_hfs_time((UInt32)((struct timespec *)attrbufptr)->tv_sec);
VTOH(vp)->h_meta->h_ctime = (UInt32)((struct timespec *)attrbufptr)->tv_sec;
++((struct timespec *)attrbufptr);
+ hp->h_nodeflags &= ~IN_CHANGE;
#if HFS_DIAGNOSTIC
a &= ~ATTR_CMN_CHGTIME;
#endif
catInfo->nodeData.cnd_accessDate = to_hfs_time((UInt32)((struct timespec *)attrbufptr)->tv_sec);
VTOH(vp)->h_meta->h_atime = (UInt32)((struct timespec *)attrbufptr)->tv_sec;
++((struct timespec *)attrbufptr);
+ hp->h_nodeflags &= ~IN_ACCESS;
#if HFS_DIAGNOSTIC
a &= ~ATTR_CMN_ACCTIME;
#endif