aboutsummaryrefslogtreecommitdiffstats
path: root/vtchs.c
diff options
context:
space:
mode:
Diffstat (limited to 'vtchs.c')
-rw-r--r--vtchs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtchs.c b/vtchs.c
index 9bb3673..ef24050 100644
--- a/vtchs.c
+++ b/vtchs.c
@@ -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));