]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/stat.h
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / sys / stat.h
index c9fac7e25f6bdfe702ea4f75ff63029f6c966139..75b8d9322f17f6aa31d98f4a9f5c515024220145 100644 (file)
@@ -468,7 +468,7 @@ extern void munge_user32_stat64(struct stat64 *sbp, struct user32_stat64 *usbp);
  * in Mac OS X.
  */
 /* #define UF_NOUNLINK 0x00000010 */   /* file may not be removed or renamed */
-#define UF_COMPRESSED  0x00000020      /* file is hfs-compressed */
+#define UF_COMPRESSED  0x00000020      /* file is compressed (some file-systems) */
 
 /* UF_TRACKED is used for dealing with document IDs.  We no longer issue
    notifications for deletes or renames for files which have UF_TRACKED set. */