Date: Sat, 22 Aug 1998 08:51:41 -0700 (PDT) From: Stephen McKay <mckay@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/libexec/rtld-aout rtld.c Message-ID: <199808221551.IAA08817@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckay 1998/08/22 08:51:41 PDT Modified files: libexec/rtld-aout rtld.c Log: Pass me the pointy hat with the extra sequins. Just a moment, while I get it to sit right... The __error() hack gave out the wrong address. It returned the address of errno in ld.so instead of the address of errno in the main program. Oops. The hack is now correct, just in time to be obsoleted by elf. Revision Changes Path 1.56 +20 -6 src/libexec/rtld-aout/rtld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808221551.IAA08817>