[BACK]Return to add.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/add.c between version 1.3.2.1 and 1.3.2.2

version 1.3.2.1, 2007/02/20 15:13:59 version 1.3.2.2, 2008/04/08 20:32:37
Line 49  static uuid_t type;
Line 49  static uuid_t type;
 static off_t block, size;  static off_t block, size;
 static unsigned int entry;  static unsigned int entry;
   
   const char addmsg[] = "add [-b lba] [-i index] [-s lba] [-t uuid] "
           "device ...";
   
 static void  static void
 usage_add(void)  usage_add(void)
 {  {
   
         fprintf(stderr,          fprintf(stderr,
             "usage: %s [-b lba] [-i index] [-s lba] [-t uuid] device ...\n",              "usage: %s %s\n",
             getprogname());              getprogname(), addmsg);
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.3.2.1  
changed lines
  Added in v.1.3.2.2

CVSweb <webmaster@jp.NetBSD.org>