From 86b422bf79e7346e4b9250b234d291b49661c9cc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 3 Mar 1998 09:20:37 +0000 Subject: [PATCH] (_ioperm): Remove extra closing paren. --- sysdeps/unix/sysv/linux/alpha/ioperm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/alpha/ioperm.c b/sysdeps/unix/sysv/linux/alpha/ioperm.c index e68feb8f02e..87a8ec0510f 100644 --- a/sysdeps/unix/sysv/linux/alpha/ioperm.c +++ b/sysdeps/unix/sysv/linux/alpha/ioperm.c @@ -549,7 +549,7 @@ _ioperm (unsigned long int from, unsigned long int num, int turn_on) len = port_to_cpu_addr (MAX_PORT, io.sys, 1) - addr; io.base = (unsigned long int) __mmap (0, len, PROT_NONE, MAP_SHARED, - fd, io.io_base)); + fd, io.io_base); close (fd); if ((long) io.base == -1) return -1; -- 2.47.2