Date: Tue, 3 Aug 2004 08:19:56 GMT From: Doug Rabson <dfr@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 58767 for review Message-ID: <200408030819.i738Ju4n061850@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=58767 Change 58767 by dfr@dfr_home on 2004/08/03 08:19:34 Fix typo in last commit. Affected files ... .. //depot/projects/kse/libexec/rtld-elf/alpha/reloc.c#4 edit Differences ... ==== //depot/projects/kse/libexec/rtld-elf/alpha/reloc.c#4 (text+ko) ==== @@ -516,7 +516,7 @@ * offset allocated so far and adding a bit for dynamic modules to * use. */ - tls_static_space = tls_last_offset + tls_last_size + RTLS_STATIC_TLS_EXTRA; + tls_static_space = tls_last_offset + tls_last_size + RTLD_STATIC_TLS_EXTRA; tls = allocate_tls(list, 0, 16, 16); alpha_pal_wrunique((u_int64_t) tls); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408030819.i738Ju4n061850>