Refactor existing sock_exec() and socketpair_tcp() functions into their own
authorPaul Green <paulg@samba.org>
Wed, 30 Apr 2003 17:48:46 +0000 (17:48 +0000)
committerPaul Green <paulg@samba.org>
Wed, 30 Apr 2003 17:48:46 +0000 (17:48 +0000)
commit5a6138082024d17eedab317038e8969c9f536530
tree04e2c55cb287d4c8ddf3b202c898cc8c401a0a64
parent72e786496d644ef48f1f40d8e556e4bbcae8c364
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 10bf65d335b7d7076484172faa2b4689ed437552)
source3/Makefile.in
source3/lib/util_sock.c