- remove bad chunk with RCS Id

- pull in prototypes for string functions
ok pval@
This commit is contained in:
naddy 2002-05-30 18:38:17 +00:00
parent 5301c2686f
commit 29d3c815c9
2 changed files with 12 additions and 10 deletions

View File

@ -1,15 +1,6 @@
$OpenBSD: patch-bsd_c,v 1.2 2002/05/25 20:43:17 pvalchev Exp $ $OpenBSD: patch-bsd_c,v 1.3 2002/05/30 18:38:17 naddy Exp $
--- bsd.c.orig Wed Feb 6 23:43:25 2002 --- bsd.c.orig Wed Feb 6 23:43:25 2002
+++ bsd.c Sat May 25 14:38:37 2002 +++ bsd.c Sat May 25 14:38:37 2002
@@ -3,7 +3,7 @@
*
* Derived from Linux version by Richard Tobin.
*
- * $Id: patch-bsd_c,v 1.2 2002/05/25 20:43:17 pvalchev Exp $
+ * $Id: patch-bsd_c,v 1.2 2002/05/25 20:43:17 pvalchev Exp $
* $Name: $
*
* This library is covered by the LGPL, read LICENSE for details.
@@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
* man pages and source to try and find things that did the same as * man pages and source to try and find things that did the same as
* the Linux version. -- Richard * the Linux version. -- Richard

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-descriptors_c,v 1.1 2002/05/30 18:38:17 naddy Exp $
--- descriptors.c.orig Thu May 30 02:26:32 2002
+++ descriptors.c Thu May 30 02:26:46 2002
@@ -7,6 +7,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include "usbi.h"
int usb_get_descriptor(usb_dev_handle *udev, unsigned char type, unsigned char index, void *buf, int size)