Subject: Re: CVS commit: src/sys
To: None <christos@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 06/04/2006 11:58:30
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

*** Failed target:  tty.o

Perry