[BACK]Return to show.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/show.c between version 1.41 and 1.42

version 1.41, 2017/09/07 10:23:33 version 1.42, 2019/03/03 03:20:42
Line 344  cmd_show(gpt_t gpt, int argc, char *argv
Line 344  cmd_show(gpt_t gpt, int argc, char *argv
         if (argc != optind)          if (argc != optind)
                 return usage();                  return usage();
   
           if (map_find(gpt, MAP_TYPE_PRI_GPT_HDR) == NULL)
                   printf("GPT not found, displaying data from MBR.\n\n");
   
         if (xshow & SHOW_ALL)          if (xshow & SHOW_ALL)
                 return show_all(gpt);                  return show_all(gpt);
   

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

CVSweb <webmaster@jp.NetBSD.org>