summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2001-05-23 05:26:40 +0000
committergrog <grog@FreeBSD.org>2001-05-23 05:26:40 +0000
commit6b50f8bebc51454efd28fbc2ad2d100c096aead4 (patch)
treea2221e1a269ed118a94272a2217cb5e9ebfca11c
parent1c15b201e08e4ee63aff15ca65c59a21c00398ec (diff)
downloadFreeBSD-src-6b50f8bebc51454efd28fbc2ad2d100c096aead4.zip
FreeBSD-src-6b50f8bebc51454efd28fbc2ad2d100c096aead4.tar.gz
Move external declaration to vinumhdr.h.
-rw-r--r--sys/dev/vinum/vinumext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumext.h b/sys/dev/vinum/vinumext.h
index c33a31a..6e0fdf2 100644
--- a/sys/dev/vinum/vinumext.h
+++ b/sys/dev/vinum/vinumext.h
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumext.h,v 1.26 2000/05/16 07:38:08 grog Exp grog $
+ * $Id: vinumext.h,v 1.27 2001/05/22 04:07:22 grog Exp grog $
* $FreeBSD$
*/
@@ -236,6 +236,7 @@ int vinum_finddaemon(void);
int vinum_setdaemonopts(int);
extern struct daemonq *daemonq; /* daemon's work queue */
extern struct daemonq *dqend; /* and the end of the queue */
+extern struct cdevsw vinum_cdevsw;
#undef Free /* defined in some funny net stuff */
#ifdef _KERNEL
OpenPOWER on IntegriCloud