From 07dee1a7779352f5c07ec63658f9351b0d9bec8a Mon Sep 17 00:00:00 2001 From: Peter Edwards 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') 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 { -- cgit v1.3