Fix the char* vs. const char* mismatch for the argument of aix_loaderror()

This commit is contained in:
Vladimir Marangozov 2000-09-04 00:54:56 +00:00
parent 58e64a82ee
commit 547936c86f

View file

@ -119,7 +119,7 @@ aix_bindnewmodule(void *newmoduleptr, void *modlistptr)
} }
static void static void
aix_loaderror(char *pathname) aix_loaderror(const char *pathname)
{ {
char *message[1024], errbuf[1024]; char *message[1024], errbuf[1024];