vhci: build kernel module & library
[simavr] / examples / vhci / patches / vhci-0001-Comment-out-function-that-doesn-t-compile.patch
1 From 8450b39ce40b2cc2e9e7cf3cfceaafdae2605f17 Mon Sep 17 00:00:00 2001
2 From: Torbjorn Tyridal <ttyridal@cisco.com>
3 Date: Thu, 23 Feb 2012 13:37:19 +0100
4 Subject: [PATCH] Comment out function that doesn't compile
5
6 ---
7  src/libusb_vhci.c |    8 ++++----
8  1 files changed, 4 insertions(+), 4 deletions(-)
9
10 diff --git a/src/libusb_vhci.c b/src/libusb_vhci.c
11 index 47fc381..002d7aa 100644
12 --- a/src/libusb_vhci.c
13 +++ b/src/libusb_vhci.c
14 @@ -389,8 +389,8 @@ int usb_vhci_to_iso_packets_errno(int32_t status)
15         return usb_vhci_to_errno(status, 0);
16  }
17  
18 -int32_t usb_vhci_from_iso_packets_errno(int errno)
19 -{
20 -       return usb_vhci_from_errno(errno, 0);
21 -}
22 +// int32_t usb_vhci_from_iso_packets_errno(int errno)
23 +// {
24 +//     return usb_vhci_from_errno(errno, 0);
25 +// }
26  
27 -- 
28 1.7.5.4
29