Annotation of researchv10no/cmd/nupas/ipc/stubtcp.c, revision 1.1

1.1     ! root        1: #include <sysexits.h>
        !             2: 
        !             3: tcp_connect(dest, param)
        !             4: char *dest, *param;
        !             5: {
        !             6:        ipcseterror(EX_SOFTWARE, "tcp_connect not installed in libipc",
        !             7:                "tcp_connect");
        !             8:        return -1;
        !             9: }
        !            10: 
        !            11: tcp_close(fd)
        !            12: int fd;
        !            13: {
        !            14:        ipcseterror(EX_SOFTWARE, "tcp_close not installed in libipc",
        !            15:                "tcp_close");
        !            16:        return -1;
        !            17: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.