diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2026-06-24 16:56:50 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2026-06-24 17:00:04 +0000 |
| commit | bd1c0ff49c48950dbd999c024a17199022f81d36 (patch) | |
| tree | 7fb0f249644cc77b4bdcfd78b705786e8ddd0f7c /include | |
| parent | 72a6197df998bb6aa36cf33aa44f6d5b50247537 (diff) | |
Diffstat (limited to 'include')
| -rw-r--r-- | include/fts.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fts.h b/include/fts.h index 716103189dca..479905bda463 100644 --- a/include/fts.h +++ b/include/fts.h @@ -133,7 +133,6 @@ struct _ftsent { struct stat *fts_statp; /* stat(2) information */ char *fts_name; /* file name */ FTS *fts_fts; /* back pointer to main FTS */ - int fts_dirfd; /* fd for parent directory */ }; #include <sys/cdefs.h> |
