The following reply was made to PR bin/154310; it has been noted by GNATS. From: [email protected] (dfilter service) To: [email protected] Cc: Subject: Re: bin/154310: commit references a PR Date: Tue, 8 Feb 2011 15:05:52 +0000 (UTC)
Author: mm Date: Tue Feb 8 15:05:47 2011 New Revision: 218445 URL: http://svn.freebsd.org/changeset/base/218445 Log: MFC r218166: Reintroduce bugfix from r210103 and fix xz on strong-aligned architectures. This fix was accidentially reverted with the 5.0.0 update in r215187. PR: bin/154310 Submitted by: Michael Moll <[email protected]> Approved by: re (kensmith) Modified: releng/8.2/lib/liblzma/config.h Directory Properties: releng/8.2/lib/liblzma/ (props changed) Modified: releng/8.2/lib/liblzma/config.h ============================================================================== --- releng/8.2/lib/liblzma/config.h Tue Feb 8 15:03:13 2011 (r218444) +++ releng/8.2/lib/liblzma/config.h Tue Feb 8 15:05:47 2011 (r218445) @@ -66,7 +66,6 @@ #define SIZEOF_SIZE_T 8 #define STDC_HEADERS 1 #define TUKLIB_CPUCORES_SYSCTL 1 -#define TUKLIB_FAST_UNALIGNED_ACCESS 1 #define TUKLIB_PHYSMEM_SYSCONF 1 #ifndef _ALL_SOURCE # define _ALL_SOURCE 1 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
