Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/miscfs/procfs
Module Name: src
Committed By: christos
Date: Thu Sep 26 17:34:08 UTC 2019
Modified Files:
src/sys/miscfs/procfs: procfs_auxv.c procfs_cmdline.c procfs_limit.c
procfs_map.c procfs_subr.c
Log Message:
fix sign-compare issues: uio->uio_offset (off_t) is compared with (size_t):
cast the offset to size_t.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/miscfs/procfs/procfs_auxv.c
cvs rdiff -u -r1.30 -r1.31 src/sys/miscfs/procfs/procfs_cmdline.c
cvs rdiff -u -r1.1 -r1.2 src/sys/miscfs/procfs/procfs_limit.c
cvs rdiff -u -r1.45 -r1.46 src/sys/miscfs/procfs/procfs_map.c
cvs rdiff -u -r1.113 -r1.114 src/sys/miscfs/procfs/procfs_subr.c
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