Enlightenment CVS committal Author : doursse Project : e17 Module : proto/evil
Dir : e17/proto/evil/src/lib/dlfcn Modified Files: dlfcn.h Log Message: * src/lib/dlfcn/dlfcn.h: dli_fname ncorrectly declared. Thanks to Dmitriy Mazovka. =================================================================== RCS file: /cvs/e/e17/proto/evil/src/lib/dlfcn/dlfcn.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- dlfcn.h 28 Apr 2008 14:34:54 -0000 1.5 +++ dlfcn.h 20 May 2008 06:26:59 -0000 1.6 @@ -74,7 +74,7 @@ */ struct Dl_info { - char *dli_fname[PATH_MAX]; /**< Filename of defining object */ + char dli_fname[PATH_MAX]; /**< Filename of defining object */ void *dli_fbase; /**< Load address of that object */ const char *dli_sname; /**< Name of nearest lower symbol */ void *dli_saddr; /**< Exact value of nearest symbol */ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs