From e40ba941364b555156f97e792df57b178b8d291c Mon Sep 17 00:00:00 2001 From: green Date: Sun, 12 Sep 1999 18:56:12 +0000 Subject: ISDISK -> ISSEEK Allow a device type of D_DISK or D_MEM to be ISSEEK. --- bin/dd/dd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/dd/dd.h') diff --git a/bin/dd/dd.h b/bin/dd/dd.h index f671baa..4e2419b 100644 --- a/bin/dd/dd.h +++ b/bin/dd/dd.h @@ -49,7 +49,7 @@ typedef struct { #define ISCHR 0x01 /* character device (warn on short) */ #define ISPIPE 0x02 /* pipe (not truncatable) */ #define ISTAPE 0x04 /* tape (not seekable) */ -#define ISDISK 0x08 /* disk (valid to seek on) */ +#define ISSEEK 0x08 /* valid to seek on */ #define NOREAD 0x10 /* not readable */ u_int flags; -- cgit v1.1