From e0752f9a73f70e171d08ce98171797869bb6cef1 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Wed, 13 Dec 2000 15:42:37 +0000 Subject: I really hate it when part of a patch gets left out. This was still sitting in my commit tree. Luckily I always compare my before and after trees... --- sys/pci/if_mn.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c index 170284cd9868..04ba311b4a15 100644 --- a/sys/pci/if_mn.c +++ b/sys/pci/if_mn.c @@ -197,7 +197,6 @@ static struct ng_type mntypestruct = { NULL, ngmn_connect, ngmn_rcvdata, - ngmn_rcvdata, ngmn_disconnect, NULL }; -- cgit v1.2.3