Fix fs.realpath to work on Windows
authorisaacs <i@izs.me>
Fri, 8 Jun 2012 23:49:03 +0000 (16:49 -0700)
committerisaacs <i@izs.me>
Sat, 9 Jun 2012 16:43:46 +0000 (09:43 -0700)
commit424bca15c8e227a9170cfe00f9ba7d9daae6fb03
tree2c8022533153ae884c9c2bfbeed39f4e3f757bd2
parent6332a4cf00425c63ae476d89f6705881eb06a3e1
Fix fs.realpath to work on Windows

1. Make the isRoot check valid
2. Don't cache results based on dev/ino, since those are alwasy 0 on
windows.
lib/fs.js