about summary refs log tree commit diff
path: root/Src/Modules
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
parent3a69ea87be4023e93c0ee317e627e72201fac8c7 (diff)
downloadzsh-afe0e139c8fb5acdbd1d744b9be3d7830302c144.tar.gz
zsh-afe0e139c8fb5acdbd1d744b9be3d7830302c144.tar.xz
zsh-afe0e139c8fb5acdbd1d744b9be3d7830302c144.zip
zsh-workers/10250 zsh
Diffstat (limited to 'Src/Modules')
-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)