Refactor existing sock_exec() and socketpair_tcp() functions into their own
commit10bf65d335b7d7076484172faa2b4689ed437552
authorPaul Green <paulg@samba.org>
Wed, 30 Apr 2003 17:48:46 +0000 (30 17:48 +0000)
committerPaul Green <paulg@samba.org>
Wed, 30 Apr 2003 17:48:46 +0000 (30 17:48 +0000)
treed0d484131dbc4eaa15de79a482f9dab0fe44429c
parent73473310533133d1d88ac86a84e10d85583a6855
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/util_sock.c