URI: 
       tfix comments - 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 603d6d896f9932b125b240fe4da82f7a41012a62
   DIR parent f3ef7aa2cc8135665a2b9af758ec096a0ac76525
  HTML Author: rsc <devnull@localhost>
       Date:   Wed, 24 May 2006 15:02:53 +0000
       
       fix comments
       
       Diffstat:
         M src/cmd/upas/nfs/fs.c               |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/src/cmd/upas/nfs/fs.c b/src/cmd/upas/nfs/fs.c
       t@@ -604,9 +604,9 @@ filedata(int type, Box *box, Msg *msg, Part *part, char **pp, int *len, int *fre
                                fmtprint(&fmt, "type %s\n", part->type);
                        if(part->lines)
                                fmtprint(&fmt, "lines %d\n", part->lines);
       -        /*        fmtprint(&fmt, "disposition %s\n", "" /* disposition */); */
       -        /*        fmtprint(&fmt, "filename %s\n", "" /* filename */); */
       -        /*        fmtprint(&fmt, "digest %s\n", "" /* digest */); */
       +        /*        fmtprint(&fmt, "disposition %s\", ""); */
       +        /*        fmtprint(&fmt, "filename %s\n", ""); */
       +        /*        fmtprint(&fmt, "digest %s\n", ""); */
                        s = fmtstrflush(&fmt);
                        if(s == nil)
                                s = estrdup("");