* Roland McGrath writes:
> Oops, that was something in my tree that I checked in by mistake.
> I've reverted it (no log entry).

Either you forgot to fix the second mistake, or I forgot to tell you
about it.  Care to tell us what this is supposed to do?

--- dir.c.~1.7.~        Thu May 30 12:47:04 2002
+++ dir.c       Fri May 31 20:46:56 2002
@@ -220,7 +220,7 @@ diskfs_lookup_hard (struct node *dp,
          ds->prevp = prevp;
 
        if (np)
-         return diskfs_cached_lookup ((ino_t) d->dn, dp, np);
+         return diskfs_cached_lookup ((ino_t) d->dn, np);
        else
          return 0;
       }

-- 
Alfred M. Szmidt

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to