diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-03-26 01:35:05 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-03-26 01:35:05 +0000 |
| commit | 514a0ae7d2dbdc9b959fef37c52f96c6153b22fe (patch) | |
| tree | be3cebbc6df77876d363b30f72d9e0ce23d25097 /lib/libc | |
| parent | 237e41fc58fb0039e228c16389f8d5f598acc327 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/fts-compat.h | 2 |
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 */ |
