aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/Linux.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-21 04:27:09 +0000
committerrsc <devnull@localhost>2004-03-21 04:27:09 +0000
commitba9ffa53c4825e115078ed098205d75aa7a77eb0 (patch)
tree71eb317adfc49db799835be8e8174a9a2de7f7cc /src/cmd/9term/Linux.c
parenteacbfb241a03515c451bd59a79e905eedcfd7243 (diff)
downloadplan9port-ba9ffa53c4825e115078ed098205d75aa7a77eb0.tar.gz
plan9port-ba9ffa53c4825e115078ed098205d75aa7a77eb0.tar.bz2
plan9port-ba9ffa53c4825e115078ed098205d75aa7a77eb0.zip
Change 9term to look like rio windows, not acme windows.
Diffstat (limited to 'src/cmd/9term/Linux.c')
-rw-r--r--src/cmd/9term/Linux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/9term/Linux.c b/src/cmd/9term/Linux.c
index 23f9fbd5..7dd22371 100644
--- a/src/cmd/9term/Linux.c
+++ b/src/cmd/9term/Linux.c
@@ -17,7 +17,6 @@ getchildwd(int pid, char *wdir, int bufn)
int
getpts(int fd[], char *slave)
{
-
openpty(&fd[1], &fd[0], slave, 0, 0);
return 0;
}