Refactor existing sock_exec() and socketpair_tcp() functions into their own
authorPaul Green <paulg@samba.org>
Wed, 30 Apr 2003 17:35:56 +0000 (17:35 +0000)
committerPaul Green <paulg@samba.org>
Wed, 30 Apr 2003 17:35:56 +0000 (17:35 +0000)
commit4e2bd11d3e48c75efa6afd1b1d2c8721f627cbb2
tree34cccaf836f631f1714145634be1df69fa573bf0
parent28cef867c761ac87101e3049628cfe2a073e65f2
Refactor existing sock_exec() and socketpair_tcp() functions into their own
source file. I will be making changes to sock_exec to work on VOS, which
has a blocking connect() call, but first I want to get it in its own source
file so that it can be called from a test program.
(This used to be commit 2dd18ca0cfd4d793067b9b712554565965db0af1)
source3/Makefile.in
source3/lib/sock_exec.c [new file with mode: 0644]
source3/lib/util_sock.c