summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2003-06-01 06:43:39 +0000
committerjmallett <jmallett@FreeBSD.org>2003-06-01 06:43:39 +0000
commit94463ac57a2205b26ddd3f8c4e33b76fc62ba575 (patch)
treec7ab936afc75571463192abf6a8b8644bfd571ed /lib/libc
parentdfd248ebc6ddc3bab804cf6f485c10d2ee0f781f (diff)
downloadFreeBSD-src-94463ac57a2205b26ddd3f8c4e33b76fc62ba575.zip
FreeBSD-src-94463ac57a2205b26ddd3f8c4e33b76fc62ba575.tar.gz
Make prototype match code with regard to constness of args to the
function pointer passed in.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/fts.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3
index 541286d..5207bfa 100644
--- a/lib/libc/gen/fts.3
+++ b/lib/libc/gen/fts.3
@@ -45,7 +45,7 @@
.In sys/stat.h
.In fts.h
.Ft FTS *
-.Fn fts_open "char * const *path_argv" "int options" "int (*compar)(const FTSENT **, const FTSENT **)"
+.Fn fts_open "char * const *path_argv" "int options" "int (*compar)(const FTSENT *const *, const FTSENT *const *)"
.Ft FTSENT *
.Fn fts_read "FTS *ftsp"
.Ft FTSENT *
OpenPOWER on IntegriCloud