[BACK]Return to gpt_uuid.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sbin / gpt

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sbin/gpt/gpt_uuid.c between version 1.15 and 1.15.10.1

version 1.15, 2017/02/16 22:40:19 version 1.15.10.1, 2018/11/26 01:52:14
Line 87  static const struct {
Line 87  static const struct {
         { GPT_ENT_TYPE_NETBSD_RAIDFRAME, "raid",          { GPT_ENT_TYPE_NETBSD_RAIDFRAME, "raid",
             "NetBSD RAIDFrame component" },              "NetBSD RAIDFrame component" },
         { GPT_ENT_TYPE_NETBSD_SWAP, "swap", "NetBSD swap" },          { GPT_ENT_TYPE_NETBSD_SWAP, "swap", "NetBSD swap" },
           { GPT_ENT_TYPE_VMWARE_VMKCORE, "swap", "VMware VMkernel core dump" },
           { GPT_ENT_TYPE_VMWARE_VMFS, "swap", "VMware VMFS" },
           { GPT_ENT_TYPE_VMWARE_RESERVED, "swap", "VMware reserved" },
 };  };
   
 static void  static void

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.15.10.1

CVSweb <webmaster@jp.NetBSD.org>