K 10 svn:author V 7 scrappy K 8 svn:date V 27 1996-10-07T20:49:03.000000Z K 7 svn:log V 323 dlfcn.h and link.h have conflicting declarations for dlopen/dlsym, with dlfcn.h declaring them as: void *dlopen __P((const char *, int)); void *dlsym __P((void *, const char *)); while link.h declared them as extern void *dlopen __P((char *, int)); extern void *dlsym __P((void *, char *)); Fix link.h to match dlfcn.h END