usr.sbin/fstyp: Remove local MIN() definition
commiteff346a50f2a4926688648c1b1904f9937419958
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 6 Jan 2018 18:16:46 +0000 (6 20:16 +0200)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 6 Jan 2018 18:46:02 +0000 (6 20:46 +0200)
treed11084f224488448a738781bf7ecc9c3122ad436
parent56aa97e31877bf079da884f47108a34cabf7f584
usr.sbin/fstyp: Remove local MIN() definition

This isn't needed.
Having local MIN() also broke compilation on NetBSD with ZFS support,
due to ZFS headers already included sys/param.h.
usr.sbin/fstyp/cd9660.c
usr.sbin/fstyp/fstyp.h
usr.sbin/fstyp/msdosfs.c