Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Fred Sanchez <wsanchez@netbsd.org>
List: source-changes
Date: 10/07/1998 19:14:16
Module Name:	src
Committed By:	wsanchez
Date:		Thu Oct  8 02:14:16 UTC 1998

Modified Files:
	src/bin/mkdir: mkdir.c
Log Message:
umask()/mkdir() system calls will not set the setuid bit; the kernel intentionally
discards the high bits, so "mkdir -m 1777 foo" won't set the sticky bit. So call
chmod() on the directory.