[BACK]Return to label.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/label.c between version 1.28 and 1.28.14.1

version 1.28, 2015/12/04 01:47:48 version 1.28.14.1, 2018/07/28 04:37:23
Line 62  struct gpt_cmd c_label = {
Line 62  struct gpt_cmd c_label = {
         "label",          "label",
         cmd_label,          cmd_label,
         labelhelp, __arraycount(labelhelp),          labelhelp, __arraycount(labelhelp),
         0,          GPT_SYNC,
 };  };
   
 #define usage() gpt_usage(NULL, &c_label)  #define usage() gpt_usage(NULL, &c_label)

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.28.14.1

CVSweb <webmaster@jp.NetBSD.org>