File: vhci-0001-Comment-out-function-that-doesn-t-compile.patch

package info (click to toggle)
simavr 1.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 20,268 kB
  • sloc: ansic: 362,806; makefile: 622; ruby: 70; python: 63
file content (29 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 8450b39ce40b2cc2e9e7cf3cfceaafdae2605f17 Mon Sep 17 00:00:00 2001
From: Torbjorn Tyridal <ttyridal@cisco.com>
Date: Thu, 23 Feb 2012 13:37:19 +0100
Subject: [PATCH] Comment out function that doesn't compile

---
 src/libusb_vhci.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/libusb_vhci.c b/src/libusb_vhci.c
index 47fc381..002d7aa 100644
--- a/src/libusb_vhci.c
+++ b/src/libusb_vhci.c
@@ -389,8 +389,8 @@ int usb_vhci_to_iso_packets_errno(int32_t status)
 	return usb_vhci_to_errno(status, 0);
 }
 
-int32_t usb_vhci_from_iso_packets_errno(int errno)
-{
-	return usb_vhci_from_errno(errno, 0);
-}
+// int32_t usb_vhci_from_iso_packets_errno(int errno)
+// {
+// 	return usb_vhci_from_errno(errno, 0);
+// }
 
-- 
1.7.5.4