tprints(", st_flags=");
printflags(fileflags, statbuf->st_flags, "UF_???");
#endif
-#if HAVE_STRUCT_STAT_ST_ACLCNT
- tprintf(", st_aclcnt=%d", statbuf->st_aclcnt);
-#endif
-#if HAVE_STRUCT_STAT_ST_LEVEL
- tprintf(", st_level=%ld", statbuf->st_level);
-#endif
#if HAVE_STRUCT_STAT_ST_FSTYPE
tprintf(", st_fstype=%.*s",
(int) sizeof statbuf->st_fstype, statbuf->st_fstype);
tprints(", st_flags=");
printflags(fileflags, statbuf.st_flags, "UF_???");
#endif
-#if HAVE_STRUCT_STAT_ST_ACLCNT
- tprintf(", st_aclcnt=%d", statbuf.st_aclcnt);
-#endif
-#if HAVE_STRUCT_STAT_ST_LEVEL
- tprintf(", st_level=%ld", statbuf.st_level);
-#endif
#if HAVE_STRUCT_STAT_ST_FSTYPE
tprintf(", st_fstype=%.*s",
(int) sizeof statbuf.st_fstype, statbuf.st_fstype);