git: 9front

Download patch

ref: c2cc194f593c6bd2dea3b843b5de05882beb8e9d
parent: d9576b1fac7be4b0228953c00c759d21c8bb03c4
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>
--