aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-01-23 00:28:56 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-01-23 00:28:56 +0000
commitd2b5b9779ed90bf9877a7ee6af3505fa719a897a (patch)
tree53655413afc9d41d8e9b3dab73aa05c9d135ae2e /sys/dev
parent013b59f2cb86eeb90223f5465ce724a2ba6879de (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vn/vn.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c
index b3ea3eb5e13a7..0944f85a6e707 100644
--- a/sys/dev/vn/vn.c
+++ b/sys/dev/vn/vn.c
@@ -38,7 +38,7 @@
* from: Utah Hdr: vn.c 1.13 94/04/02
*
* from: @(#)vn.c 8.6 (Berkeley) 4/1/94
- * $Id: vn.c,v 1.71 1998/09/14 19:56:38 sos Exp $
+ * $Id: vn.c,v 1.72 1999/01/21 17:17:02 peter Exp $
*/
/*
@@ -635,7 +635,9 @@ static int
vn_modevent(module_t mod, int type, void *data)
{
int unit;
+#ifdef DEVFS
struct vn_softc *vn;
+#endif
switch (type) {
case MOD_LOAD: