summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-01-02 20:35:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-01-02 20:35:41 +0000
commit420eb88367b657084545ad35792707cdae119c02 (patch)
tree75dc69ebc07d5d64bad63700e3268726cf8928ab /sys/arch/i386
parenta47245e19a835269ad74cda089cb849447e4d40c (diff)
at least ; required after label or case; openbsd@davidkrause.com
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);