K 10 svn:author V 8 rdivacky K 8 svn:date V 27 2008-04-09T16:42:50.000000Z K 7 svn:log V 300 Remove using magic value of -1 to distinguish between linux_open() and linux_openat(). Instead just pass AT_FDCWD into linux_common_open() for the linux_open() case. This prevents passing -1 as a dirfd to openat() from succeeding which is wrong. Suggested by: rwatson, kib Approved by: kib (mentor) END