libreplace: move rep_socketpair() to its own module.
commit6c53753246b8108fe1277b34958e122bd800c4e7
authorMichael Adam <obnox@samba.org>
Tue, 18 Mar 2008 16:20:47 +0000 (18 17:20 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 19 Mar 2008 21:40:45 +0000 (19 22:40 +0100)
treed1be631d56607d66b79fe483c725f6d98050a908
parent24018d882d1b1cfece47c533fe5bbca91de124cc
libreplace: move rep_socketpair() to its own module.

Prototype is now in system/network.h,
implementation in socketpair.c, and
check in socketpair.m4.

Now the last networking function has vanished from replace.c.

Michael
(cherry picked from commit 94ac8a25be15b55f66eff96fdddc2fdc71a43b1e)
source/lib/replace/libreplace.m4
source/lib/replace/replace.c
source/lib/replace/replace.h
source/lib/replace/socketpair.c [new file with mode: 0644]
source/lib/replace/socketpair.m4 [new file with mode: 0644]
source/lib/replace/system/network.h