diff options
Diffstat (limited to 'bin/dd/dd.h')
-rw-r--r-- | bin/dd/dd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/dd/dd.h b/bin/dd/dd.h index a74d5a6a6aa..b9f57885322 100644 --- a/bin/dd/dd.h +++ b/bin/dd/dd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dd.h,v 1.5 2003/06/02 23:32:07 millert Exp $ */ +/* $OpenBSD: dd.h,v 1.6 2014/02/12 01:18:36 bluhm Exp $ */ /* $NetBSD: dd.h,v 1.4 1995/03/21 09:04:08 cgd Exp $ */ /*- @@ -93,3 +93,6 @@ typedef struct { #define C_UCASE 0x40000 #define C_UNBLOCK 0x80000 #define C_OSYNC 0x100000 +#define C_STATUS 0x200000 +#define C_NOXFER 0x400000 +#define C_NOINFO 0x800000 |