[BACK]Return to args.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / bin / dd

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

Diff for /src/bin/dd/args.c between version 1.11 and 1.12

version 1.11, 1998/02/28 04:22:34 version 1.12, 1998/07/09 18:06:17
Line 73  static void f_seek __P((char *));
Line 73  static void f_seek __P((char *));
 static void     f_skip __P((char *));  static void     f_skip __P((char *));
 static u_long   get_bsz __P((char *));  static u_long   get_bsz __P((char *));
   
 const static struct arg {  static const struct arg {
         char *name;          char *name;
         void (*f) __P((char *));          void (*f) __P((char *));
         u_int set, noset;          u_int set, noset;
Line 286  f_conv(arg)
Line 286  f_conv(arg)
 }  }
 #else   /* NO_CONV */  #else   /* NO_CONV */
   
 const static struct conv {  static const struct conv {
         char *name;          char *name;
         u_int set, noset;          u_int set, noset;
         const u_char *ctab;          const u_char *ctab;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>