1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Make this compile on older FreeBSD versions that don't have

APM_ENT_TYPE_APPLE_BOOT.
This commit is contained in:
Marcel Moolenaar 2014-07-11 01:49:25 +00:00
parent 3ada6e07ac
commit 5d4393ed1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268524

View File

@ -39,6 +39,9 @@ __FBSDID("$FreeBSD$");
#include "mkimg.h"
#include "scheme.h"
#ifndef APM_ENT_TYPE_APPLE_BOOT
#define APM_ENT_TYPE_APPLE_BOOT "Apple_Bootstrap"
#endif
#ifndef APM_ENT_TYPE_FREEBSD_NANDFS
#define APM_ENT_TYPE_FREEBSD_NANDFS "FreeBSD-nandfs"
#endif