Re: svn commit: r262671 - stable/9/sys/dev/adb

2014-03-03 Thread John Baldwin
On Saturday, March 01, 2014 7:22:43 pm Justin Hibbits wrote: > Sorry. Forgot with 9 to MFC to sys/. Any way to correct this? > > -Justin With svn 1.8 the "harm" from that seems minimal, so I would just let it be. -- John Baldwin ___ svn-src-all@freebs

Re: svn commit: r262671 - stable/9/sys/dev/adb

2014-03-02 Thread Justin Hibbits
Sorry. Forgot with 9 to MFC to sys/. Any way to correct this? -Justin On Mar 1, 2014 4:20 PM, "Justin Hibbits" wrote: > Author: jhibbits > Date: Sun Mar 2 00:20:00 2014 > New Revision: 262671 > URL: http://svnweb.freebsd.org/changeset/base/262671 > > Log: > MFC r261068 > > Properly sort the

svn commit: r262671 - stable/9/sys/dev/adb

2014-03-02 Thread Justin Hibbits
Author: jhibbits Date: Sun Mar 2 00:20:00 2014 New Revision: 262671 URL: http://svnweb.freebsd.org/changeset/base/262671 Log: MFC r261068 Properly sort the arguments to mtx_init(9). PR: misc/186020 Submitted by: alfred Modified: stable/9/sys/dev/adb/adb_kbd.c stable/9