|
|
1.1 ! root 1: /* ! 2: * Make a duplicate of `ofd' on ! 3: * file descriptor `nfd', closing ! 4: * `nfd' if necessary. ! 5: */ ! 6: ! 7: dup2(ofd, nfd) ! 8: int ofd, nfd; ! 9: { ! 10: return (dup(ofd|0100, nfd)); ! 11: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.