aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-10-03 15:00:07 +0000
committerBruce Evans <bde@FreeBSD.org>2002-10-03 15:00:07 +0000
commit684370e703e96e636d823a695ba95279ba7a3ae8 (patch)
treeb2bff7ddf346bfe253fd29b1355564e760ac0117 /bin
parent35704b2f2937e07e53ee6a52a87724478bc4a307 (diff)
Notes
Diffstat (limited to 'bin')
-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 8ed85e96a86a..b33c0724869b 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).
*/
- off_t off; /* offset in structure */
+ int off; /* offset in structure */
enum type type; /* type of element */
const char *fmt; /* printf format */
short dwidth; /* dynamic printing width */