summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-06 21:28:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-06 21:28:23 +0000
commit3823edfbe02d12d988d913e754070f59e1405140 (patch)
tree229889da066d720de1a682b8c3e000d8cc166441 /sys/dev
parente0093ea0b64d1ae51788af8a1fc65ab7436cade4 (diff)
fix from chuck
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/if_ie.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c
index 94a9ae71f79..4518ce585d2 100644
--- a/sys/dev/isa/if_ie.c
+++ b/sys/dev/isa/if_ie.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ie.c,v 1.12 1996/05/27 07:56:14 deraadt Exp $ */
+/* $OpenBSD: if_ie.c,v 1.13 1996/10/06 21:28:22 deraadt Exp $ */
/* $NetBSD: if_ie.c,v 1.51 1996/05/12 23:52:48 mycroft Exp $ */
/*-
@@ -1140,6 +1140,7 @@ check_eh(sc, eh, to_bpf)
#ifdef DIAGNOSTIC
panic("check_eh: impossible");
#endif
+ return 0;
}
/*