commit c0835ffde83300f2795b86a5e4c12559cd2babae
parent 052400b03c4d726a251413634b55fceb0d8b25db
Author: Russ Cox <rsc@swtch.com>
Date: Mon, 30 Jun 2008 14:43:27 -0400
9vx: remove #I/cs in deference to native one
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/9vx/devip.c b/src/9vx/devip.c
@@ -15,7 +15,7 @@ void csclose(Chan*);
long csread(Chan*, void*, long, vlong);
long cswrite(Chan*, void*, long, vlong);
-static int csremoved;
+static int csremoved = 1; /* was nice while it lasted... */
void osipinit(void);