On Friday, September 07, 2012 2:41:19 pm John Baldwin wrote: > Author: jhb > Date: Fri Sep 7 18:41:19 2012 > New Revision: 240209 > URL: http://svn.freebsd.org/changeset/base/240209 > > Log: > Remove remaining 4.x compat shims. No resulting changes (verified by > md5).
FYI, verifying by md5 did require some tweaking. First, I had to hack ensure LOCK_DEBUG was off in <sys/lock.h> so that merely shuffling things around wouldn't introduce noise in __LINE__ args passed to mtx_*(). Second, I had to leave the typedefs for 'twe_bio' and 'twe_bioq' in even if they were unused. With those changes the md5 sums were the same. I removed the 'twe_bio' and 'twe_bioq' typedefs for the commit however. -- John Baldwin _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"