From 8bd9107175852e2ec42e66404d7da1b2d23ec764 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Tue, 15 May 2007 11:58:37 +0000 Subject: Made it compile again. --- libc/sysdeps/linux/common/mmap64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/common/mmap64.c b/libc/sysdeps/linux/common/mmap64.c index 85b0a6f17..3156f4350 100644 --- a/libc/sysdeps/linux/common/mmap64.c +++ b/libc/sysdeps/linux/common/mmap64.c @@ -63,7 +63,7 @@ __ptr_t mmap64(__ptr_t addr, size_t len, int prot, int flags, int fd, __off64_t fd,((__u_quad_t)offset >> MMAP2_PAGE_SHIFT)); #else return __syscall_mmap2(addr, len, prot, flags, - fd,((__ulong_t)offset >> MMAP2_PAGE_SHIFT)); + fd,((__u_long)offset >> MMAP2_PAGE_SHIFT)); #endif } -- cgit v1.2.3