summaryrefslogtreecommitdiff
path: root/lib/libc/net/rcmdsh.c
AgeCommit message (Collapse)Author
1998-04-25Use PF_UNSPEC as proto in socketpair() instead of just 0 for clarity.Todd C. Miller
1997-07-23Don't do a gethostbyname() on "localhost" since we need it toTodd C. Miller
be unmolested when we test whether or not to use a local shell instead of rsh.
1996-09-15Remove dead codeThorsten Lockert
Remove unused variables Silence some warnings lint(1) is your friend
1996-09-01Don't dup stderr, you lose error messages and rsh does it for us anyway.Todd C. Miller
1996-08-22Adds rcmdsh() -- rcmd-alike using rsh (or specified shell).Todd C. Miller