Jim Warner f0e447cc66 library: exchange <pids> 'addr' for that 'ul_int' type
Work on converting ps has revealed the desirability of
trading a void pointer for that ul_int type. There was
much arithmetic employed against such values and casts
would otherwise have been required. Even pmap needed a
cast on occasions when comparing an internal variable.

Besides, there is much to be said for reducing demands
on (and the complexity of) the result structure union.

[ we choose ul_int over ull_int since that former is ]
[ the exact same size and capacity as a void pointer ]
[ regardless of whether compiled as 32-bit or 64-bit ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
2015-09-21 22:36:05 +10:00
..
2015-09-03 22:32:19 +10:00
2015-09-01 20:41:25 +10:00
2015-09-01 20:41:25 +10:00
2015-07-07 22:42:06 +10:00
2015-09-03 22:32:19 +10:00
2015-09-03 22:32:19 +10:00
2015-06-19 21:00:46 +10:00
2015-07-07 22:42:06 +10:00
2015-07-20 22:23:21 +10:00