aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2000-12-13 15:42:37 +0000
committerJulian Elischer <julian@FreeBSD.org>2000-12-13 15:42:37 +0000
commite0752f9a73f70e171d08ce98171797869bb6cef1 (patch)
tree6852f1f7b3b6a6ccb7cc69e72aede6691ac6802a
parent9a6f618efe2b24ee47598278fb26b76a0c734294 (diff)
downloadsrc-e0752f9a73f70e171d08ce98171797869bb6cef1.tar.gz
src-e0752f9a73f70e171d08ce98171797869bb6cef1.zip
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...
Notes
Notes: svn path=/head/; revision=69982
-rw-r--r--sys/pci/if_mn.c1
1 files changed, 0 insertions, 1 deletions
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
};