svnroot commit: ircd-hybrid/src dynlink.c
hybrid-commits at lists.ircd-hybrid.org
hybrid-commits at lists.ircd-hybrid.org
Thu Oct 20 17:34:25 EDT 2005
db 2005-10-20 17:34:25 -0400 (Thu, 20 Oct 2005)
Modified files:
ircd-hybrid/src dynlink.c
Log:
- Use dlinfo() to get the actual load address of the module i.e. its
library base. The previous code was using the "handle" which is wrong.
Hopefully should compile on linux as well, perhaps we should also have
an HAVE_DLINFO checked for in configure.
Revision Changes Path
164 +16 -0 ircd-hybrid/src/dynlink.c
http://svn.ircd-hybrid.org:8000/viewcvs.cgi/ircd-hybrid/src/dynlink.c?rev=164&r1=163&r2=164&diff_format=h
More information about the hybrid-commits
mailing list