diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 2000-03-26 07:25:43 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-03-26 07:25:43 +0000 |
| commit | afe0e139c8fb5acdbd1d744b9be3d7830302c144 (patch) | |
| tree | b8688155b023f7ef592fa15a06f388deb82eaf62 /Src/Modules/zpty.c | |
| parent | zsh-workers/10243 (diff) | |
| download | zsh-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.c | 2 |
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) |
