[BACK]Return to dd.h 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/dd.h between version 1.14 and 1.15

version 1.14, 2010/12/06 15:23:29 version 1.15, 2011/02/04 19:42:12
Line 38 
Line 38 
 #include <sys/stat.h>  #include <sys/stat.h>
   
 struct ddfops {  struct ddfops {
           int (*op_init)(void);
   
         int (*op_open)(const char *, int, ...);          int (*op_open)(const char *, int, ...);
         int (*op_close)(int);          int (*op_close)(int);
   
Line 119  typedef struct {
Line 121  typedef struct {
 #define C_UNBLOCK       0x80000  #define C_UNBLOCK       0x80000
 #define C_OSYNC         0x100000  #define C_OSYNC         0x100000
 #define C_SPARSE        0x200000  #define C_SPARSE        0x200000
 #define C_RIF           0x400000  
 #define C_ROF           0x800000  
 #define C_RUMP          0x1000000  

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>