CVSROOT: /cvs/src Module name: src Changes by: [EMAIL PROTECTED] 2003-09-09 09:41:18
Modified files: winsup/cygwin : ChangeLog mmap.cc winsup/cygwin/include/sys: mman.h Log message: * mmap.cc (mmap64): Change address types from caddr_t to void * according to SUSv3. (mmap): Ditto. (munmap): Ditto. (msync): Ditto. (mprotect): Ditto. Move to before the fhandler methods. * include/sys/mman.h: Change prototypes accordingly. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2052&r2=1.2053 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mmap.cc.diff?cvsroot=src&r1=1.84&r2=1.85 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/mman.h.diff?cvsroot=src&r1=1.4&r2=1.5