aboutsummaryrefslogtreecommitdiff
path: root/include/fts.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 /include/fts.h
parentac006f74fde1be2da8c99afc6ebf0a6837316123 (diff)
downloadsrc-07dee1a7779352f5c07ec63658f9351b0d9bec8a.tar.gz
src-07dee1a7779352f5c07ec63658f9351b0d9bec8a.zip
Fix some^Wseveral style bugs from last commit.
Remove "sys/types.h" as "sys/param.h" is already included Use cast rather than back-pointer to convert from public to private version of FTS data, and so avoid littering fts.h with any of the details. Pointed out By: bde, kientzle
Notes
Notes: svn path=/head/; revision=129161
Diffstat (limited to 'include/fts.h')
-rw-r--r--include/fts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fts.h b/include/fts.h
index 20dfbfea3c95..09c4600a1072 100644
--- a/include/fts.h
+++ b/include/fts.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 {