diff options
author | phk <phk@FreeBSD.org> | 2000-12-31 10:22:52 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-12-31 10:22:52 +0000 |
commit | bd55e14c5922b012035bc431a015ea47974d76b7 (patch) | |
tree | 59c44b3e236cb7766d9b48113dc7b8b82aa96e07 | |
parent | 7278f730863039fcf48c49ea1f6a3b65842326df (diff) | |
download | FreeBSD-src-bd55e14c5922b012035bc431a015ea47974d76b7.zip FreeBSD-src-bd55e14c5922b012035bc431a015ea47974d76b7.tar.gz |
Add compress option at the instigation of rgrimes.
-rw-r--r-- | sys/sys/mdioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/mdioctl.h b/sys/sys/mdioctl.h index 194ca54..6782e1a 100644 --- a/sys/sys/mdioctl.h +++ b/sys/sys/mdioctl.h @@ -75,5 +75,6 @@ struct md_ioctl { #define MD_RESERVE 0x02 /* Pre-reserve swap */ #define MD_AUTOUNIT 0x04 /* Assign next free unit */ #define MD_READONLY 0x08 /* Readonly mode */ +#define MD_COMPRESS 0x10 /* Compression mode */ #endif /* _SYS_MDIOCTL_H_*/ |