commit | 7ba66f42a0cb15ff3cd6a93d6927f68fb8363a13 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Feb 20 19:14:35 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Feb 20 19:14:35 2012 +0000 |
tree | 40312db1a44609ba597666150553ed613ee57633 | |
parent | 6bb86e3d5852e0d879c2e1f18dc1627172050606 [diff] |
Disable symlinks: added explicit cast of AT_FDCWD (ticket #111). Solaris has AT_FDCWD defined to unsigned value, and comparison of a file descriptor with it causes warnings in modern versions of gcc. Explicitly cast AT_FDCWD to ngx_fd_t to resolve these warnings.