]> granicus.if.org Git - procps-ng/commit
library: ensure 'namespace' types treated consistently
authorJim Warner <james.warner@comcast.net>
Mon, 5 Dec 2016 13:07:07 +0000 (07:07 -0600)
committerCraig Small <csmall@enc.com.au>
Tue, 3 Jan 2017 21:29:44 +0000 (08:29 +1100)
commit12e070dd5f419947a3ce793a90ab661f7eb24684
treefa1ded4589496bcd0f1b983a4b050f0e0f555d2d
parent66e8e2723db5755e952cd6dc4ac6198a0ab7c674
library: ensure 'namespace' types treated consistently

Unlike the ps kludge under the master branch to ensure
that namespaces appear the same under both 32 & 64-bit
models, this newlib branch already used a proper type.

However source data still carried the original type as
'signed long' versus that more proper 'unsigned long'.

So, this patch makes sources & destinations identical.

Reference(s):
. master branch ps kludge
commit c41c614b0c038d9374191f545259d9d70c451316

Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/namespace.c
proc/namespace.h