]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/vstat.h
xnu-792.24.17.tar.gz
[apple/xnu.git] / bsd / sys / vstat.h
index 83b87ed23dd848f13422ea8a2fa77553e09537d7..4a8817c8d411fe4b8741bbb66ce5b7bfa1a6852e 100644 (file)
@@ -36,7 +36,7 @@
 #include <sys/time.h>
 #include <sys/attr.h>
 
 #include <sys/time.h>
 #include <sys/attr.h>
 
-#ifndef _POSIX_SOURCE
+#ifndef _POSIX_C_SOURCE
 
 struct vstat {
        fsid_t                  vst_volid;              /* volume identifier */
 
 struct vstat {
        fsid_t                  vst_volid;              /* volume identifier */
@@ -49,7 +49,7 @@ struct vstat {
        gid_t                   vst_gid;                /* group ID of the file's group */
        dev_t                   vst_dev;                /* inode's device */
        dev_t                   vst_rdev;               /* device type */
        gid_t                   vst_gid;                /* group ID of the file's group */
        dev_t                   vst_dev;                /* inode's device */
        dev_t                   vst_rdev;               /* device type */
-#ifndef _POSIX_SOURCE
+#ifndef _POSIX_C_SOURCE
        struct  timespec vst_atimespec; /* time of last access */
        struct  timespec vst_mtimespec; /* time of last data modification */
        struct  timespec vst_ctimespec; /* time of last file status change */
        struct  timespec vst_atimespec; /* time of last access */
        struct  timespec vst_mtimespec; /* time of last data modification */
        struct  timespec vst_ctimespec; /* time of last file status change */
@@ -67,7 +67,7 @@ struct vstat {
        u_int32_t               vst_flags;              /* user defined flags for file */
 };
 
        u_int32_t               vst_flags;              /* user defined flags for file */
 };
 
-#endif /* ! _POSIX_SOURCE */
+#endif /* ! _POSIX_C_SOURCE */
 #endif /* __APPLE_API_OBSOLETE */
 
 #endif /* !_SYS_VSTAT_H_ */
 #endif /* __APPLE_API_OBSOLETE */
 
 #endif /* !_SYS_VSTAT_H_ */