From 283d23cbba4af1738ffa8a86fbcb2a89f4e908e0 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Sun, 1 Jun 2003 06:43:39 +0000 Subject: [PATCH] Make prototype match code with regard to constness of args to the function pointer passed in. --- lib/libc/gen/fts.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index 541286dd6bb..5207bfa5b00 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 *