diff -r 9afc220894dd -r cf4613ca991e unix.c --- a/unix.c Sat Mar 26 12:08:56 2005 +0000 +++ b/unix.c Sat Mar 26 18:04:42 2005 +0000 @@ -90,6 +90,7 @@ fios = FiosAlloc(); fios->type = FIOS_TYPE_PARENT; fios->mtime = 0; + strcpy(fios->name, ".."); strcpy(fios->title, ".. (Parent directory)"); }