summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/i386/conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c
index b02818346c2..0d0504278e4 100644
--- a/sys/arch/i386/i386/conf.c
+++ b/sys/arch/i386/i386/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.84 2001/12/11 23:19:02 miod Exp $ */
+/* $OpenBSD: conf.c,v 1.85 2002/01/02 20:35:40 deraadt Exp $ */
/* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */
/*
@@ -509,6 +509,7 @@ dev_rawpart(dv)
return (MAKEDISKDEV(majdev, dv->dv_unit, RAW_PART));
break;
default:
+ ;
}
return (NODEV);