aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-27 17:48:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-27 17:48:37 +0000
commit166cd0b42fe416facfe38fb18d6d9041c755ba37 (patch)
tree099c58ad5167990206f5a29b8c177f5da5e0065a /sys
parentc369ba597d38daae22f6defb7052198214df38b8 (diff)
downloadsrc-166cd0b42fe416facfe38fb18d6d9041c755ba37.tar.gz
src-166cd0b42fe416facfe38fb18d6d9041c755ba37.zip
OOPS, remove local change that somehow slipped into a commit (I swear that
I already deleted it some time ago). This should fix problem people have with unsefined reference to `MD_PRELOAD_COMPRESSED'. Submitted by: Manfred Antar <null@pozo.com>
Notes
Notes: svn path=/head/; revision=82435
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/md/md.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 4fd86891fadb..3f16777278bf 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -811,7 +811,6 @@ mddetach(int unit, struct proc *p)
case MD_SWAP:
case MD_MALLOC:
case MD_PRELOAD:
- case MD_PRELOAD_COMPRESSED:
return (mddestroy(sc, p));
default:
return (EOPNOTSUPP);