Re: CVS commit: xsrc/external/mit/libpciaccess/dist/src

2012-11-09 Thread David Young
On Sun, Nov 04, 2012 at 02:56:32AM -0800, Matt Thomas wrote: > > On Nov 4, 2012, at 2:26 AM, David Laight wrote: > > > Personally I almost never mark variables 'const', the only I initialise > > in their declarations (at the top of a function) are probably almost > > always never chaned (well may

Re: CVS commit: xsrc/external/mit/libpciaccess/dist/src

2012-11-04 Thread Matt Thomas
On Nov 4, 2012, at 2:26 AM, David Laight wrote: > Personally I almost never mark variables 'const', the only I initialise > in their declarations (at the top of a function) are probably almost > always never chaned (well maybe execpt default error values). Personally, I always mark variable as c

Re: CVS commit: xsrc/external/mit/libpciaccess/dist/src

2012-11-04 Thread David Laight
On Sun, Nov 04, 2012 at 08:44:01AM +0200, Alan Barrett wrote: > On Fri, 02 Nov 2012, David Young wrote: > >>Modified Files: > >>xsrc/external/mit/libpciaccess/dist/src: common_interface.c > >> > >>Log Message: > >>Remove useless extra "const" in "const sometype const * var = value;". > >>Foundu

Re: CVS commit: xsrc/external/mit/libpciaccess/dist/src

2012-11-03 Thread Alan Barrett
On Fri, 02 Nov 2012, David Young wrote: Modified Files: xsrc/external/mit/libpciaccess/dist/src: common_interface.c Log Message: Remove useless extra "const" in "const sometype const * var = value;". Foundusing clang -Wduplicate-decl-specifier. Maybe 'const sometype * const var' was in

Re: CVS commit: xsrc/external/mit/libpciaccess/dist/src

2012-11-02 Thread David Young
On Fri, Nov 02, 2012 at 07:38:38AM +, Alan Barrett wrote: > Module Name: xsrc > Committed By: apb > Date: Fri Nov 2 07:38:38 UTC 2012 > > Modified Files: > xsrc/external/mit/libpciaccess/dist/src: common_interface.c > > Log Message: > Remove useless extra "const" in "const som

Re: CVS commit: xsrc/external/mit/libpciaccess/dist/src

2009-07-09 Thread Christoph Egger
Michael Lorenz wrote: > Module Name: xsrc > Committed By: macallan > Date: Thu Jul 9 19:27:08 UTC 2009 > > Modified Files: > xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c > > Log Message: > teack libpciaccess how to discover and map PCI devices on machines with > more than