summaryrefslogtreecommitdiffstats
path: root/Src/Modules/zpty.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-26 07:25:43 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-26 07:25:43 +0000
commitafe0e139c8fb5acdbd1d744b9be3d7830302c144 (patch)
treeb8688155b023f7ef592fa15a06f388deb82eaf62 /Src/Modules/zpty.c
parentzsh-workers/10243 (diff)
downloadzsh-afe0e139c8fb5acdbd1d744b9be3d7830302c144.tar
zsh-afe0e139c8fb5acdbd1d744b9be3d7830302c144.tar.gz
zsh-afe0e139c8fb5acdbd1d744b9be3d7830302c144.tar.bz2
zsh-afe0e139c8fb5acdbd1d744b9be3d7830302c144.tar.lz
zsh-afe0e139c8fb5acdbd1d744b9be3d7830302c144.tar.xz
zsh-afe0e139c8fb5acdbd1d744b9be3d7830302c144.tar.zst
zsh-afe0e139c8fb5acdbd1d744b9be3d7830302c144.zip
zsh-workers/10250zsh
Diffstat (limited to 'Src/Modules/zpty.c')
-rw-r--r--Src/Modules/zpty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/zpty.c b/Src/Modules/zpty.c
index 26896525c..60cf8fae9 100644
--- a/Src/Modules/zpty.c
+++ b/Src/Modules/zpty.c
@@ -211,7 +211,7 @@ get_pty(int *master, int *slave)
return 0;
}
-#else /* ! (defined(__SVR4) || defind(sinix)) */
+#else /* ! (defined(__SVR4) || defined(sinix)) */
static int
get_pty(int *master, int *slave)