Re: svn commit: r216600 - head/usr.sbin/lmcconfig

2010-12-20 Thread Bruce Cran
On Mon, 20 Dec 2010 19:08:15 + (UTC) Ulrich Spoerlein wrote: > -u_int32_t read_pci_config(u_int8_t addr) > - { > +static u_int32_t > +read_pci_config(u_int8_t addr) It might make sense to switch to the C99 [u]intX_t types at the same time. -- Bruce Cran

svn commit: r216600 - head/usr.sbin/lmcconfig

2010-12-20 Thread Ulrich Spoerlein
Author: uqs Date: Mon Dec 20 19:08:15 2010 New Revision: 216600 URL: http://svn.freebsd.org/changeset/base/216600 Log: lmcconfig(8): bump to WARNS=3, fix typo in usage while here Slight style(9) improvments - function definitions - sort #include Modified: head/usr.sbin/lmcconfig/Ma