|
|
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: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.