summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/fts.h4
-rw-r--r--lib/libc/gen/fts-compat.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/include/fts.h b/include/fts.h
index 4fa4a3a..62e2254 100644
--- a/include/fts.h
+++ b/include/fts.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)fts.h 8.3 (Berkeley) 8/14/94
+ * $FreeBSD$
*/
#ifndef _FTS_H_
@@ -45,7 +46,8 @@ typedef struct {
int fts_rfd; /* fd for root */
int fts_pathlen; /* sizeof(path) */
int fts_nitems; /* elements in the sort array */
- int (*fts_compar)(); /* compare function */
+ int (*fts_compar) /* compare function */
+ __P((const struct _ftsent **, const struct _ftsent **));
#define FTS_COMFOLLOW 0x001 /* follow command line symlinks */
#define FTS_LOGICAL 0x002 /* logical walk */
diff --git a/lib/libc/gen/fts-compat.h b/lib/libc/gen/fts-compat.h
index 4fa4a3a..62e2254 100644
--- a/lib/libc/gen/fts-compat.h
+++ b/lib/libc/gen/fts-compat.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)fts.h 8.3 (Berkeley) 8/14/94
+ * $FreeBSD$
*/
#ifndef _FTS_H_
@@ -45,7 +46,8 @@ typedef struct {
int fts_rfd; /* fd for root */
int fts_pathlen; /* sizeof(path) */
int fts_nitems; /* elements in the sort array */
- int (*fts_compar)(); /* compare function */
+ int (*fts_compar) /* compare function */
+ __P((const struct _ftsent **, const struct _ftsent **));
#define FTS_COMFOLLOW 0x001 /* follow command line symlinks */
#define FTS_LOGICAL 0x002 /* logical walk */
OpenPOWER on IntegriCloud