URI:
       tlib9: null d->ext during nulldir - 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 11257e5a43ac47666dd2ffb4b15fcff8ceb045a9
   DIR parent 589ae3a36793c46a8e92682efd2c7d17a98572b3
  HTML Author: Russ Cox <rsc@swtch.com>
       Date:   Sun, 26 Oct 2008 17:03:17 -0400
       
       lib9: null d->ext during nulldir
       
       Diffstat:
         M src/lib9/nulldir.c                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/lib9/nulldir.c b/src/lib9/nulldir.c
       t@@ -5,5 +5,5 @@ void
        nulldir(Dir *d)
        {
                memset(d, ~0, sizeof(Dir));
       -        d->name = d->uid = d->gid = d->muid = "";
       +        d->name = d->uid = d->gid = d->muid = d->ext = "";
        }