summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps/ps.h')
-rw-r--r--bin/ps/ps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/ps.h b/bin/ps/ps.h
index b33c072..917c025 100644
--- a/bin/ps/ps.h
+++ b/bin/ps/ps.h
@@ -69,7 +69,7 @@ typedef struct var {
* to the generic output routine pvar (which prints simple elements
* from the well known kinfo_proc structure).
*/
- int off; /* offset in structure */
+ size_t off; /* offset in structure */
enum type type; /* type of element */
const char *fmt; /* printf format */
short dwidth; /* dynamic printing width */
OpenPOWER on IntegriCloud