Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/13/1998 13:11:43
Module Name:	src
Committed By:	scw
Date:		Tue Oct 13 20:11:43 UTC 1998

Modified Files:
	src/bin/mkdir: mkdir.c
Log Message:
Insert a missing 'else' which caused mknod(2) to still be called
even if mkdir(2) failed. At best this caused two (different)
error messages to be printed. At worst, it changed the mode of
an existing file/directory.