From 831d3116ba9d4f7ce9eb8f77517ffed1b46ccaa9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 12:55:41 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- vtchs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vtchs.c') 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 %s: %s\n", argv0, opstr, strerror(errno)); -- cgit v1.2.3-70-g09d2