aboutsummaryrefslogtreecommitdiffstats
path: root/extension/gawkfts.c
diff options
context:
space:
mode:
Diffstat (limited to 'extension/gawkfts.c')
-rw-r--r--extension/gawkfts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/gawkfts.c b/extension/gawkfts.c
index f3a3cc0f..2f465959 100644
--- a/extension/gawkfts.c
+++ b/extension/gawkfts.c
@@ -1051,7 +1051,7 @@ fts_alloc(FTS *sp, const char *name, size_t namelen)
return (NULL);
if (!ISSET(FTS_NOSTAT))
- p->fts_statp = (__fts_stat_t *)ALIGN(
+ p->fts_statp = (struct stat *)ALIGN(
(unsigned long)(p->fts_name + namelen + 2));
#else
if ((p = malloc(sizeof(FTSENT) + namelen)) == NULL)