Subject: CVS commit: src/sbin/mknod
To: None <source-changes@NetBSD.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 01/30/2004 19:06:55
Module Name:	src
Committed By:	ross
Date:		Fri Jan 30 19:06:55 UTC 2004

Modified Files:
	src/sbin/mknod: mknod.c pack_dev.c pack_dev.h

Log Message:
Don't exit on error from pack_dev.c, but return an error string and
have the caller do cleanup and (potentially) report errors in context.
This is needed because mknod(8) is not the only user of pack_dev.[ch]


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sbin/mknod/mknod.c
cvs rdiff -r1.6 -r1.7 src/sbin/mknod/pack_dev.c
cvs rdiff -r1.4 -r1.5 src/sbin/mknod/pack_dev.h

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