summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/powerpc/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/powerpc/powerpc/conf.c')
-rw-r--r--sys/arch/powerpc/powerpc/conf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/powerpc/powerpc/conf.c b/sys/arch/powerpc/powerpc/conf.c
index 750d2804041..2f9f293d3e8 100644
--- a/sys/arch/powerpc/powerpc/conf.c
+++ b/sys/arch/powerpc/powerpc/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.5 1997/10/28 10:36:13 pefo Exp $ */
+/* $OpenBSD: conf.c,v 1.6 1997/11/23 05:21:58 mickey Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -121,8 +121,6 @@ cdev_decl(random);
cdev_decl(lkm);
-/* open, close, read, ioctl */
-cdev_decl(ipl);
#ifdef IPFILTER
#define NIPF 1
#else