From 3823edfbe02d12d988d913e754070f59e1405140 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 6 Oct 1996 21:28:23 +0000 Subject: fix from chuck --- sys/dev/isa/if_ie.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/isa/if_ie.c') 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; } /* -- cgit v1.2.3