aboutsummaryrefslogtreecommitdiff
path: root/support/support_descriptor_supports_holes.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/support_descriptor_supports_holes.c')
-rw-r--r--support/support_descriptor_supports_holes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/support_descriptor_supports_holes.c b/support/support_descriptor_supports_holes.c
index d9bcade1cf..83f02f7cf6 100644
--- a/support/support_descriptor_supports_holes.c
+++ b/support/support_descriptor_supports_holes.c
@@ -40,7 +40,7 @@ support_descriptor_supports_holes (int fd)
block_headroom = 32,
};
- struct stat64 st;
+ struct stat st;
xfstat (fd, &st);
if (!S_ISREG (st.st_mode))
FAIL_EXIT1 ("descriptor %d does not refer to a regular file", fd);