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:
parent
3ada6e07ac
commit
5d4393ed1f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268524
@ -39,6 +39,9 @@ __FBSDID("$FreeBSD$");
|
|||||||
#include "mkimg.h"
|
#include "mkimg.h"
|
||||||
#include "scheme.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
|
#ifndef APM_ENT_TYPE_FREEBSD_NANDFS
|
||||||
#define APM_ENT_TYPE_FREEBSD_NANDFS "FreeBSD-nandfs"
|
#define APM_ENT_TYPE_FREEBSD_NANDFS "FreeBSD-nandfs"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user