From: Albert Chin-A-Young Date: Thu, 4 Oct 2001 14:56:23 +0000 (+0000) Subject: * libltdl/ltdl.c: Match function return type with prototype X-Git-Tag: release-1-4-3~44 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a5c629f3da3000874f6c8d66e0d78b805e2d9839;p=thirdparty%2Flibtool.git * libltdl/ltdl.c: Match function return type with prototype (add static initializer to file_not_found). --- diff --git a/ChangeLog b/ChangeLog index acd915239..0dca01096 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-04 Albert Chin-A-Young + + * libltdl/ltdl.c: Match function return type with prototype + (add static initializer to file_not_found). + 2001-09-30 Gary V. Vaughan * libtool.m4 (AC_LIBLTDL_CONVENIENCE): s/INCLTDL/LTDLINCL/ for diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c index c0b050fc8..53a9d758e 100644 --- a/libltdl/ltdl.c +++ b/libltdl/ltdl.c @@ -2924,7 +2924,7 @@ lt_dlopen (filename) /* If the last error messge store was `FILE_NOT_FOUND', then return non-zero. */ -int +static int file_not_found () { const char *error = 0;