summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r--sys/arch/mvme68k/mvme68k/conf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/mvme68k/conf.c b/sys/arch/mvme68k/mvme68k/conf.c
index 6491cbbaa3b..d8f6eb09f56 100644
--- a/sys/arch/mvme68k/mvme68k/conf.c
+++ b/sys/arch/mvme68k/mvme68k/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.16 1997/02/12 01:50:28 rahnds Exp $ */
+/* $OpenBSD: conf.c,v 1.17 1997/11/23 05:21:56 mickey Exp $ */
/*-
* Copyright (c) 1995 Theo de Raadt
@@ -171,8 +171,6 @@ dev_decl(filedesc,open);
#include "tun.h"
-/* open, close, read, ioctl */
-cdev_decl(ipl);
#ifdef IPFILTER
#define NIPF 1
#else