git: usr.sbin/fstyp: Remove local MIN() definition
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sat Jan 6 10:50:39 PST 2018
commit eff346a50f2a4926688648c1b1904f9937419958
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sat Jan 6 20:16:46 2018 +0200
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.
Summary of changes:
usr.sbin/fstyp/cd9660.c | 1 +
usr.sbin/fstyp/fstyp.h | 2 --
usr.sbin/fstyp/msdosfs.c | 1 +
3 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eff346a50f2a4926688648c1b1904f9937419958
--
DragonFly BSD source repository
More information about the Commits
mailing list