Subject: Re: CVS commit: src/sys
To: Christos Zoulas <christos@zoulas.com>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 06/04/2006 12:52:35
christos@zoulas.com (Christos Zoulas) writes:
> On Jun 4, 11:58am, perry@piermont.com ("Perry E. Metzger") wrote:
> -- Subject: Re: CVS commit: src/sys
> | Christos Zoulas <christos@netbsd.org> writes:
> | > Module Name:	src
> | > Committed By:	christos
> | > Date:		Sat Jun  3 18:18:27 UTC 2006
> | >
> | > Modified Files:
> | > 	src/sys/kern: tty.c tty_pty.c
> | > 	src/sys/sys: signal.h tty.h
> | >
> | > Log Message:
> | > Introduce SA_NOKERNINFO, a flag for SIGINFO not to print kernel messages.
> | 
> | I believe this broke the build:
> | 
> | /usr/src/sys/kern/tty.c: In function `ttyinfo':
> | /usr/src/sys/kern/tty.c:2320: warning: `pick' might be used uninitialized in this function
>
> Grr, I am using gcc-4 and it compiled with that.

Well, I think for now we need it to compile with both. :)

Perry