Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/sys



Module Name:    src
Committed By:   rtr
Date:           Sat Mar 25 01:24:28 UTC 2006

Modified Files:
        src/lib/libc/sys: mmap.2

Log Message:
Remove "len was less than zero" from the list of reasons that the function
will fail with EINVAL since the len param is size_t and couldn't possibly
be "less than zero".

Resolves pr32516


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/lib/libc/sys/mmap.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index