Port to Ubuntu 10.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 Jul 2013 23:22:43 +0000 (16:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 Jul 2013 23:22:43 +0000 (16:22 -0700)
commit9caab067d66a2de8520aab5c2b17205548631c4d
treeb9bd9219a605baaecce2f0413b1ae5306bda0182
parent5165d44a786798f59c880d23dd3569d263009b51
Port to Ubuntu 10.

Problem reported by T.V. Raman.
* configure.ac (accept4): New function to check for.
* src/process.c (close_on_exec, accept4, process_socket):
Define these if !HAVE_ACCEPT4, not if !SOCK_CLOEXEC.

Fixes: debbugs:14803
ChangeLog
configure.ac
src/ChangeLog
src/process.c