summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2004-05-10 09:36:26 +0000
committerBruce Evans <bde@FreeBSD.org>2004-05-10 09:36:26 +0000
commitd98d9ce623ed443bec2f9c6717fec8546c9b59eb (patch)
tree3194c1618df27b3660ce131038cb4e99ddffb4aa
parent92f4dabf30f51f4b22748fdf0a2f4c2b11ba39c8 (diff)
Notes
-rw-r--r--include/fts.h4
-rw-r--r--lib/libc/gen/fts-compat.h4
2 files changed, 2 insertions, 6 deletions
diff --git a/include/fts.h b/include/fts.h
index dbf82c99167f1..20dfbfea3c955 100644
--- a/include/fts.h
+++ b/include/fts.h
@@ -37,8 +37,6 @@
#ifndef _FTS_H_
#define _FTS_H_
-struct _fts_private; /* implementation data */
-
typedef struct {
struct _ftsent *fts_cur; /* current node */
struct _ftsent *fts_child; /* linked list of children */
@@ -65,7 +63,7 @@ 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 */
+ struct _fts_private *fts_priv; /* implementation data */
} FTS;
typedef struct _ftsent {
diff --git a/lib/libc/gen/fts-compat.h b/lib/libc/gen/fts-compat.h
index dbf82c99167f1..20dfbfea3c955 100644
--- a/lib/libc/gen/fts-compat.h
+++ b/lib/libc/gen/fts-compat.h
@@ -37,8 +37,6 @@
#ifndef _FTS_H_
#define _FTS_H_
-struct _fts_private; /* implementation data */
-
typedef struct {
struct _ftsent *fts_cur; /* current node */
struct _ftsent *fts_child; /* linked list of children */
@@ -65,7 +63,7 @@ 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 */
+ struct _fts_private *fts_priv; /* implementation data */
} FTS;
typedef struct _ftsent {