aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/fts-compat.h
diff options
context:
space:
mode:
authorPeter Edwards <peadar@FreeBSD.org>2004-05-12 21:38:39 +0000
committerPeter Edwards <peadar@FreeBSD.org>2004-05-12 21:38:39 +0000
commit07dee1a7779352f5c07ec63658f9351b0d9bec8a (patch)
treed8fc61e870f3320e715a2360327822714b1a3834 /lib/libc/gen/fts-compat.h
parentac006f74fde1be2da8c99afc6ebf0a6837316123 (diff)
downloadsrc-07dee1a7779352f5c07ec63658f9351b0d9bec8a.tar.gz
src-07dee1a7779352f5c07ec63658f9351b0d9bec8a.zip
Notes
Diffstat (limited to 'lib/libc/gen/fts-compat.h')
-rw-r--r--lib/libc/gen/fts-compat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/gen/fts-compat.h b/lib/libc/gen/fts-compat.h
index 20dfbfea3c95..09c4600a1072 100644
--- a/lib/libc/gen/fts-compat.h
+++ b/lib/libc/gen/fts-compat.h
@@ -63,7 +63,6 @@ typedef struct {
#define FTS_STOP 0x200 /* (private) unrecoverable error */
int fts_options; /* fts_open options, global flags */
void *fts_clientptr; /* thunk for sort function */
- struct _fts_private *fts_priv; /* implementation data */
} FTS;
typedef struct _ftsent {