freebsd-dev/sbin/mknod
Xin LI 98397198e7 In the previous changeset a cast of myminor to u_int were
removed, which will cause problems on architectures where
longs are longer than ints, for instance,
	"mknod foo c 0 0xffff00ff"
would fail in such cases.

Use a proper cast instead.

Prompted by:	bde
2007-06-14 03:16:16 +00:00
..
Makefile
mknod.8 Sync program's usage() with manpage's SYNOPSIS. 2005-02-10 09:19:34 +00:00
mknod.c In the previous changeset a cast of myminor to u_int were 2007-06-14 03:16:16 +00:00