Subject: CVS commit: src/sbin/mknod
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/08/2003 09:38:04
Module Name:	src
Committed By:	lukem
Date:		Thu May  8 09:38:03 UTC 2003

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

Log Message:
Move major_netbsd(), minor_netbsd(), and makedev_netbsd() from
pack_dev.c to pack_dev.h, so that #include-rs of the latter can use them.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sbin/mknod/pack_dev.c
cvs rdiff -r1.1 -r1.2 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.