Subject: CVS commit: syssrc/sys/sys
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 08/16/2002 13:32:13
Module Name:	syssrc
Committed By:	jdolecek
Date:		Fri Aug 16 10:32:13 UTC 2002

Modified Files:
	syssrc/sys/sys: pipe.h

Log Message:
use 'pid_t' for pipe_pgid, rather that 'gid_t'
this fixes the code in pipeselwakeup() to properly send signal to process group

Problem found by Anders Magnusson, using gcc 3.2 with pdp-10 target.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/sys/pipe.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.