|
|
1.1 ! root 1: #include <sysexits.h> ! 2: ! 3: dk_connect(dest, param) ! 4: char *dest, *param; ! 5: { ! 6: ipcseterror(EX_SOFTWARE, "dk_connect not installed in libipc", ! 7: "dk_connect"); ! 8: return -1; ! 9: } ! 10: ! 11: dk_close(fd) ! 12: int fd; ! 13: { ! 14: ipcseterror(EX_SOFTWARE, "dk_close not installed in libipc", ! 15: "dk_close"); ! 16: return -1; ! 17: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.