URI: 
       tfix to handle new - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 17cdbb909ba88e3a9fb83f1e475307f94db6a3ff
   DIR parent dcfa5aba0dc931b9d4b67d4d7acad89fc193ede1
  HTML Author: rsc <devnull@localhost>
       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(-)
       ---
   DIR 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