1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Moved the code which rebinds the standard I/O streams to the server

socket into a separate function which can be overridden by user code.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15051 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-10-20 07:19:16 +00:00
parent 63c08cfe0e
commit 99e9ebfc15
7 changed files with 193 additions and 106 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: smakefile,v 1.54 2005-10-20 06:50:32 obarthel Exp $
# $Id: smakefile,v 1.55 2005-10-20 07:19:15 obarthel Exp $
#
# :ts=8
#
@ -343,6 +343,7 @@ SOCKET_OBJ = \
socket_ioctl.o \
socket_isdaemon.o \
socket_listen.o \
socket_obtain_daemon.o \
socket_recv.o \
socket_recvfrom.o \
socket_recvmsg.o \