diff options
author | Julian Elischer <julian@FreeBSD.org> | 2000-12-13 15:42:37 +0000 |
---|---|---|
committer | Julian Elischer <julian@FreeBSD.org> | 2000-12-13 15:42:37 +0000 |
commit | e0752f9a73f70e171d08ce98171797869bb6cef1 (patch) | |
tree | 6852f1f7b3b6a6ccb7cc69e72aede6691ac6802a /sys/pci/if_mn.c | |
parent | 9a6f618efe2b24ee47598278fb26b76a0c734294 (diff) | |
download | src-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
Diffstat (limited to 'sys/pci/if_mn.c')
-rw-r--r-- | sys/pci/if_mn.c | 1 |
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 }; |