From bb2d6f211d98eb285a671d75ccf4ec80afe3018c Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 3 Oct 2002 17:19:36 +0000 Subject: Oops, the previous version was a last minute test version with off_t replaced by int instead of size_t. Spotted by: fanf --- bin/ps/ps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ps/ps.h b/bin/ps/ps.h index b33c0724869b..917c025896fb 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 */ -- cgit v1.3