Subject: Re: pwd returning duplicate directory in path
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: tech-kern
Date: 02/20/2004 13:14:36
Manuel Bouyer <bouyer@antioche.eu.org> writes:

> I tested against 1.6.2/alpha and it behaves as expected (see attached diff).
> I'm going to patch my servers using the attached (second) patch.

Thanks for testing.  BTW, I've now realized why problems are only
reported on alpha.  The auto variable `vpid' is defined as int so
u_long value is trucated.  Ditto for cache_lookup().

enami.