git: 9front

Download patch

ref: 8000f12dbe758c81d95eab068ed446fd14628765
parent: 863431cff8b47fa20625f4cbee3ea4e92367b152
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Mar 24 16:38:48 EDT 2024

qio: aaand turn QDEBUG off :)

--- a/sys/src/9/port/qio.c
+++ b/sys/src/9/port/qio.c
@@ -5,7 +5,7 @@
 #include	"fns.h"
 #include	"../port/error.h"
 
-#define QDEBUG	if(1)
+#define QDEBUG	if(0)
 
 /*
  *  IO queues
--