diff options
Diffstat (limited to 'vtchs.c')
| -rw-r--r-- | vtchs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ static char *argv0; static void -vt(int op, void *arg, const char *opstr) +vt(unsigned long int op, void *arg, const char *opstr) { if (ioctl(STDIN_FILENO, op, arg) == -1) { fprintf(stderr, "%s: ioctl <stdin> %s: %s\n", argv0, opstr, strerror(errno)); |
