From 166cd0b42fe416facfe38fb18d6d9041c755ba37 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 27 Aug 2001 17:48:37 +0000 Subject: 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 --- sys/dev/md/md.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/md') diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index 4fd86891fadba..3f16777278bfd 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); -- cgit v1.3