summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-03-26 01:35:05 +0000
committerBruce Evans <bde@FreeBSD.org>2002-03-26 01:35:05 +0000
commit514a0ae7d2dbdc9b959fef37c52f96c6153b22fe (patch)
treebe3cebbc6df77876d363b30f72d9e0ce23d25097 /lib/libc
parent237e41fc58fb0039e228c16389f8d5f598acc327 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/fts-compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/fts-compat.h b/lib/libc/gen/fts-compat.h
index 36356569e96f..8dd2c4160c10 100644
--- a/lib/libc/gen/fts-compat.h
+++ b/lib/libc/gen/fts-compat.h
@@ -47,7 +47,7 @@ typedef struct {
int fts_pathlen; /* sizeof(path) */
int fts_nitems; /* elements in the sort array */
int (*fts_compar) /* compare function */
-(const struct _ftsent **, const struct _ftsent **);
+ (const struct _ftsent **, const struct _ftsent **);
#define FTS_COMFOLLOW 0x001 /* follow command line symlinks */
#define FTS_LOGICAL 0x002 /* logical walk */