Fix missing POLLRDHUP constant on older systems.
authorTed Vessenes <tvessene@akamai.com>
Wed, 11 Jul 2012 14:49:16 +0000 (10:49 -0400)
committerTed Vessenes <tvessene@akamai.com>
Wed, 11 Jul 2012 14:56:38 +0000 (10:56 -0400)
commitc752864b8101aa582883fdc5404fc7e5196a8bfc
tree84ecf8150e64c210ce5b5eb7b0080853cc107382
parentb90d0387fb821a9f9fc0e15473cd00b1fb89c550
Fix missing POLLRDHUP constant on older systems.

Attempting to compile with g++ 4.1.2 failed because the POLLRDHUP
constant was not defined when <poll.h> is included.
src/subprocess.cc