Re: CVS commit: src/sys/dev/pci

2010-12-12 Thread Matt Thomas
On Dec 12, 2010, at 10:56 AM, David Young wrote: > On Sat, Dec 11, 2010 at 11:18:12PM -0800, Matt Thomas wrote: >> On Dec 11, 2010, at 11:02 AM, David Young wrote: >>> Why does this need to be #ifdef'd ? >> >> It doesn't but it never ever match on anything other >> than a PowerPC so why have the

re: CVS commit: src/external/historical/nawk/bin

2010-12-12 Thread matthew green
> Module Name: src > Committed By: christos > Date: Sun Dec 12 19:01:04 UTC 2010 > > Modified Files: > src/external/historical/nawk/bin: Makefile > > Log Message: > Don't build awk.info because matt removed it. oh, that was a mistake then. it should have been moved into the exte

Re: CVS commit: src/external/bsd/openldap/dist

2010-12-12 Thread Bernd Ernesti
On Sun, Dec 12, 2010 at 03:25:26PM +, Adam Ciarcinski wrote: > Module Name: src > Committed By: adam > Date: Sun Dec 12 15:25:26 UTC 2010 > > Update of /cvsroot/src/external/bsd/openldap/dist > In directory ivanova.netbsd.org:/tmp/cvs-serv1493 > > Log Message: > Imported openldap-2.4

Re: CVS commit: src/sys/dev/pci

2010-12-12 Thread David Young
On Sat, Dec 11, 2010 at 11:18:12PM -0800, Matt Thomas wrote: > On Dec 11, 2010, at 11:02 AM, David Young wrote: > > Why does this need to be #ifdef'd ? > > It doesn't but it never ever match on anything other > than a PowerPC so why have the code when it can never > be executed? IMO, it's not wor

Re: CVS commit: src/lib/libc/gen

2010-12-12 Thread David Laight
On Sun, Dec 12, 2010 at 08:34:25AM +, David Holland wrote: > > Also, if we're going to be extracting strings anyway, errlist.c and > whatever else ought to be built from errno.h. Look at the cpp 'abose' I put into (IIRC) disklabel.h so that single lines can be expanded in different ways. (Hmm

Re: CVS commit: src/lib/libc/gen

2010-12-12 Thread Joerg Sonnenberger
On Sun, Dec 12, 2010 at 08:34:25AM +, David Holland wrote: > On Thu, Dec 09, 2010 at 09:27:32PM +, Joerg Sonnenberger wrote: > > Log Message: > > Wrap sys_errlist constants in a macro to make it easier to extract > > the strings reliably with sed/awk. > > Why two layers of parentheses?

Re: CVS commit: src/lib/libc/gen

2010-12-12 Thread David Holland
On Thu, Dec 09, 2010 at 09:27:32PM +, Joerg Sonnenberger wrote: > Log Message: > Wrap sys_errlist constants in a macro to make it easier to extract > the strings reliably with sed/awk. Why two layers of parentheses? Also, if we're going to be extracting strings anyway, errlist.c and whatev