diff options
Diffstat (limited to 'attach.c')
| -rw-r--r-- | attach.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ attach_main(int noerror) /* Pty activity */ if (n > 0 && FD_ISSET(s, &readfds)) { - int len = read(s, buf, sizeof(buf)); + ssize_t len = read(s, buf, sizeof(buf)); if (len == 0) { |
