shithub: riscv

Download patch

ref: b94c766fef2c0ad8334f9e63ad3acc4bc25aa031
parent: 8d0e4cf37b25250c2cdb98afaab2b620f0934fac
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Apr 19 12:18:39 EDT 2014

nusb: dont include <bio.h>, we'r not using it (thanks erik)

--- a/sys/src/cmd/nusb/lib/dump.c
+++ b/sys/src/cmd/nusb/lib/dump.c
@@ -1,7 +1,6 @@
 #include <u.h>
 #include <libc.h>
 #include <thread.h>
-#include <bio.h>
 #include "usb.h"
 
 int usbdebug;
--- a/sys/src/cmd/nusb/lib/parse.c
+++ b/sys/src/cmd/nusb/lib/parse.c
@@ -1,7 +1,6 @@
 #include <u.h>
 #include <libc.h>
 #include <thread.h>
-#include <bio.h>
 #include "usb.h"
 
 int
--- a/sys/src/cmd/nusb/ptp/ptp.c
+++ b/sys/src/cmd/nusb/ptp/ptp.c
@@ -1,7 +1,6 @@
 #include <u.h>
 #include <libc.h>
 #include <thread.h>
-#include <bio.h>
 #include <auth.h>
 #include <fcall.h>
 #include <9p.h>