From: Ulrich Drepper Date: Tue, 3 Mar 1998 09:20:37 +0000 (+0000) Subject: (_ioperm): Remove extra closing paren. X-Git-Tag: cvs/before-sparc-2_0_x-branch~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b422bf79e7346e4b9250b234d291b49661c9cc;p=thirdparty%2Fglibc.git (_ioperm): Remove extra closing paren. --- 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;