Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 12/05/2002 18:30:55
Module Name:	syssrc
Committed By:	jdolecek
Date:		Thu Dec  5 16:30:55 UTC 2002

Modified Files:
	syssrc/sys/kern: sys_pipe.c

Log Message:
pipe_stat(): add S_IRUSR and S_IWUSR to mode; this is what Linux does,
and seems like generally sensible (more sensible than not doing so), so done
in generic code rather than compat glue only

Change proposed in PR kern/18767 by Emmanuel Dreyfus.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/kern/sys_pipe.c

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