tfix to handle new - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 17cdbb909ba88e3a9fb83f1e475307f94db6a3ff
parent dcfa5aba0dc931b9d4b67d4d7acad89fc193ede1
Author: rsc 
Date:   Mon, 27 Dec 2004 01:22:48 +0000

fix to handle new

Diffstat:
  M src/cmd/9p.c                        |       2 ++

1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/cmd/9p.c b/src/cmd/9p.c
t@@ -51,6 +51,8 @@ threadmain(int argc, char **argv)
         case 'a':
                 addr = EARGF(usage());
                 break;
+        case 'D':
+                
         default:
                 usage();
         }ARGEND