Don't use NULL in realpath() on darwin, doesn't work in older versions
authorRyan Dahl <ry@tinyclouds.org>
Tue, 22 Jun 2010 20:14:03 +0000 (13:14 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 22 Jun 2010 20:19:49 +0000 (13:19 -0700)
commit1b5ec7017da1829cb17347b7684855ea60be1f00
tree01f1141e596997fbdab8227893e712523997b9c2
parent7105aeb22f80afa2b23fd6ee87a49273dcda75e1
Don't use NULL in realpath() on darwin, doesn't work in older versions

Thanks to Peter Griess <pg@std.in> for the bug report.
src/platform_darwin.cc