Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 08/30/2005 15:03:04
Module Name:	src
Committed By:	jmmv
Date:		Tue Aug 30 15:03:04 UTC 2005

Modified Files:
	src/sys/kern: uipc_usrreq.c

Log Message:
Honor the user's umask while creating local sockets.  Several other systems
do already this (such as FreeBSD, OpenBSD and Linux), so it will improve
portability of some third-party programs.  No objections in tech-kern@.


To generate a diff of this commit:
cvs rdiff -r1.83 -r1.84 src/sys/kern/uipc_usrreq.c

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