summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-20 10:34:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-20 10:34:25 +0000
commitaa987d6660900878a0a0e0dc3bde27da0d8bdee6 (patch)
treee66f4a86393c973e1decddd4269ec6f69a2db6fa /sys
parent9068c61742ac18c0e3f18b1f8914a9544d98f1d7 (diff)
let XFS compile; miod ok
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mvme88k/mvme88k/conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/mvme88k/conf.c b/sys/arch/mvme88k/mvme88k/conf.c
index 2a19bf8fab6..cf24580187e 100644
--- a/sys/arch/mvme88k/mvme88k/conf.c
+++ b/sys/arch/mvme88k/mvme88k/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.28 2003/09/26 06:58:04 miod Exp $ */
+/* $OpenBSD: conf.c,v 1.29 2004/01/20 10:34:24 deraadt Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -55,7 +55,7 @@
#ifdef XFS
#include <xfs/nxfs.h>
-#cdev_decl(xfs_dev);
+cdev_decl(xfs_dev);
#endif
#include "ksyms.h"
@@ -196,7 +196,7 @@ struct cdevsw cdevsw[] =
cdev_notdef(), /* 49 */
cdev_systrace_init(NSYSTRACE,systrace), /* 50 system call tracing */
#ifdef XFS
- cde_xfs_init(NXFS,xfs_dev), /* 51: xfs communication device */
+ cdev_xfs_init(NXFS,xfs_dev), /* 51: xfs communication device */
#else
cdev_notdef(), /* 51 */
#endif