]> granicus.if.org Git - procps-ng/commit
ps: provide 'namespace' protection for 32-bit compiles
authorJim Warner <james.warner@comcast.net>
Sat, 3 Dec 2016 10:05:06 +0000 (04:05 -0600)
committerCraig Small <csmall@enc.com.au>
Wed, 7 Dec 2016 10:51:14 +0000 (21:51 +1100)
commitc41c614b0c038d9374191f545259d9d70c451316
treec763b9cf68f6d9d741ab94adb101b9d3b351525e
parentda9f31ef3e87a1768304ceb5f007228c17e06aef
ps: provide 'namespace' protection for 32-bit compiles

This patch ensures that namespace output will look the
same whether ps is built under a 32 or a 64-bit model.

[ it would have been easier to change that library's ]
[ data type, but we'll avoid breaking that ABI again ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
ps/output.c