summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/i386/conf.c')
-rw-r--r--sys/i386/i386/conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/i386/conf.c b/sys/i386/i386/conf.c
index 997101d..f66264f 100644
--- a/sys/i386/i386/conf.c
+++ b/sys/i386/i386/conf.c
@@ -42,7 +42,7 @@
* SUCH DAMAGE.
*
* from: @(#)conf.c 5.8 (Berkeley) 5/12/91
- * $Id: conf.c,v 1.106 1995/11/11 05:10:48 bde Exp $
+ * $Id: conf.c,v 1.107 1995/11/29 12:38:29 julian Exp $
*/
#include <sys/param.h>
@@ -60,9 +60,9 @@
#define NUMBDEV 32
struct bdevsw bdevsw[NUMBDEV];
-int nblkdev = NUMBDEV
+int nblkdev = NUMBDEV;
struct cdevsw cdevsw[NUMCDEV];
-int nchrdev = NUMCDEV
+int nchrdev = NUMCDEV;
#else /*JREMOD*/
/* Bogus defines for compatibility. */
OpenPOWER on IntegriCloud