emaste ca6562ed2a makefs: avoid warning when creating FAT filesystem on existing file
Previously the mkfs_msdos function (from newfs_msdos) emitted warnings
in the case that an image size is specified and the target is not a
file, or no size is specified and the target is not a character device.
The latter warning (not a character device) doesn't make sense when this
code is used in makefs, regardless of whether an image size is specified
or not.

Sponsored by:	The FreeBSD Foundation
2019-11-08 14:11:25 +00:00
..
2019-08-13 20:06:55 +00:00
2019-02-04 21:28:25 +00:00
2019-05-23 20:12:24 +00:00
2019-08-13 20:06:55 +00:00
2019-03-08 10:03:16 +00:00
2019-08-08 20:56:52 +00:00
2019-01-05 16:05:39 +00:00
2019-08-13 20:06:55 +00:00
2019-06-25 04:50:09 +00:00