Oops, the previous version was a last minute test version with off_t

replaced by int instead of size_t.

Spotted by:	fanf
This commit is contained in:
Bruce Evans 2002-10-03 17:19:36 +00:00
parent 64316569f5
commit bb2d6f211d

View File

@ -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 */