[BACK]Return to odsyntax.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / hexdump

Diff for /src/usr.bin/hexdump/odsyntax.c between version 1.26 and 1.27

version 1.26, 2015/09/16 08:47:26 version 1.27, 2016/03/15 04:19:13
Line 44 
Line 44 
   
 int odmode;  int odmode;
   
 static void odoffset(int, char ***);  static void              odadd(const char *);
 static void posixtypes(char *);  static void              odoffset(int, char ***);
 static void odadd(const char *);  static __dead void       oldusage(void);
   static void              posixtypes(char *);
   
   
 /*  /*
  * formats used for -t   * formats used for -t
  */   */
Line 293 
Line 293 
         }          }
 }  }
   
 void  static __dead void
 oldusage(void)  oldusage(void)
 {  {
         extern char *__progname;          extern char *__progname;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27