make send() use the same flags as sendto()
commit05c6debd2264b7be8b0e1356091a0cab6ca02347
authorDave Jones <davej@redhat.com>
Thu, 20 Mar 2014 20:47:14 +0000 (20 16:47 -0400)
committerDave Jones <davej@redhat.com>
Thu, 20 Mar 2014 20:47:14 +0000 (20 16:47 -0400)
tree5aa430e161c10d29d3a0a33af87e33b10afa01d8
parent7712ed8c26217f34a95ac7f155c9ea6eac2b4160
make send() use the same flags as sendto()

The kernel treats them both as the same function.
syscalls/send.c