CVSROOT: /cvs/src
Module name: src
Changes by: [EMAIL PROTECTED] 2004-07-15 09:21:16
Modified files:
winsup/cygwin : ChangeLog mmap.cc
Log message:
* mmap.cc (class mmap_record): Fix return type of get_offset.
(mmap_record::fixup_page_map): Fix off by one error.
(list::search_record): Use long as type of "start" argument in both,
declaration and definition. Use long as type for local variable "i".
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2514&r2=1.2515
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mmap.cc.diff?cvsroot=src&r1=1.95&r2=1.96