Index: file.c =================================================================== RCS file: /usr/cvsroot/asterisk/file.c,v retrieving revision 1.52 diff -u -r1.52 file.c --- file.c 13 Nov 2004 16:13:07 -0000 1.52 +++ file.c 14 Nov 2004 02:10:57 -0000 @@ -278,7 +278,7 @@ return 0; } -static char *build_filename(const const char *filename, const char *ext) +static char *build_filename(const char *filename, const char *ext) { char *fn; int fnsize = 0; @@ -297,7 +297,7 @@ } -static int exts_compare(const char *exts, const const char *type) +static int exts_compare(const char *exts, const char *type) { char *stringp = NULL, *ext; char tmp[256];