From ffbf3dfefddedd27ca8a4b4961a9ae5d89802723 Mon Sep 17 00:00:00 2001 From: peadar Date: Wed, 12 May 2004 21:38:39 +0000 Subject: 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 --- include/fts.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/fts.h') diff --git a/include/fts.h b/include/fts.h index 20dfbfe..09c4600 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 { -- cgit v1.1