aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-09-21 12:20:24 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-09-21 12:20:24 +0300
commit0f509ca515b41544df4a48bc672c8a3af847cbe4 (patch)
tree323b0b877ccea055dc2acc23da910ea30d730030 /io.c
parentc80262bd52c0f1631e9a0aeebf7b732afb76d76f (diff)
downloadegawk-0f509ca515b41544df4a48bc672c8a3af847cbe4.tar.gz
egawk-0f509ca515b41544df4a48bc672c8a3af847cbe4.tar.bz2
egawk-0f509ca515b41544df4a48bc672c8a3af847cbe4.zip
Fix compile problem for AIX.
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 18c2adb9..3d90e71b 100644
--- a/io.c
+++ b/io.c
@@ -2104,8 +2104,8 @@ fork_and_open_slave_pty(const char *slavenam, int master, const char *command, p
}
return true;
-}
#endif
+}
#endif /* defined(HAVE_TERMIOS_H) */