kientzle    2004/04/23 09:33:51 PDT
  FreeBSD src repository
  Modified files:
    usr.bin/tar          write.c 
  Log:
  Fix username/groupname cache so it returns a name that
  was just looked up by get{pw,gr}id().  Otherwise, it
  returns a NULL name unless it's already in the cache.
  
  Credit to Juergen Lock.
  
  Revision  Changes    Path
  1.10      +2 -0      src/usr.bin/tar/write.c