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)
commit2dd18ca0cfd4d793067b9b712554565965db0af1
tree9cdf41f02f069f1e0870974153abebbe7220f4e0
parent6a7689cf74cd4d5f29e0b12f4bf8ac3051d49157
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.
source/Makefile.in
source/lib/sock_exec.c [new file with mode: 0644]
source/lib/util_sock.c