From ac7451d11b9c1d12951df6f0d687bb97be61ab99 Mon Sep 17 00:00:00 2001 From: Thomas Veerman Date: Mon, 26 Nov 2012 16:18:13 +0000 Subject: [PATCH] mkfs.mfs: __dead and __UNCONST are unknown on Linux Including nbtool_config.h takes care of that deficiency when cross compiling. --- usr.sbin/mkfs.mfs/mkfs.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/usr.sbin/mkfs.mfs/mkfs.c b/usr.sbin/mkfs.mfs/mkfs.c index 8cb7be90b..f5c7bc6ad 100644 --- a/usr.sbin/mkfs.mfs/mkfs.c +++ b/usr.sbin/mkfs.mfs/mkfs.c @@ -10,6 +10,11 @@ * compatible with the original version 1 and 2 file system layout. */ +#if HAVE_NBTOOL_CONFIG_H +#include "nbtool_config.h" +#endif + +#include #include #include #include -- 2.44.0