Date: Mon, 14 Dec 2009 22:47:09 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r200557 - head/sys/sys Message-ID: <200912142247.nBEMl91u041254@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Mon Dec 14 22:47:09 2009 New Revision: 200557 URL: http://svn.freebsd.org/changeset/base/200557 Log: Add apple-boot and apple-ufs. Submitted by: nwhitehorn Modified: head/sys/sys/apm.h Modified: head/sys/sys/apm.h ============================================================================== --- head/sys/sys/apm.h Mon Dec 14 22:38:51 2009 (r200556) +++ head/sys/sys/apm.h Mon Dec 14 22:47:09 2009 (r200557) @@ -61,6 +61,8 @@ struct apm_ent { #define APM_ENT_TYPE_FREEBSD_VINUM "FreeBSD-Vinum" #define APM_ENT_TYPE_FREEBSD_ZFS "FreeBSD-ZFS" +#define APM_ENT_TYPE_APPLE_BOOT "Apple_Bootstrap" #define APM_ENT_TYPE_APPLE_HFS "Apple_HFS" +#define APM_ENT_TYPE_APPLE_UFS "Apple_UNIX_SVR2" #endif /* _SYS_APM_H_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912142247.nBEMl91u041254>