summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mail')
-rw-r--r--usr.bin/mail/def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mail/def.h b/usr.bin/mail/def.h
index f843914..1faca76 100644
--- a/usr.bin/mail/def.h
+++ b/usr.bin/mail/def.h
@@ -68,10 +68,10 @@
struct message {
short m_flag; /* flags, see below */
- short m_block; /* block number of this message */
short m_offset; /* offset in block of message */
+ long m_block; /* block number of this message */
long m_size; /* Bytes in the message */
- short m_lines; /* Lines in the message */
+ long m_lines; /* Lines in the message */
};
/*
OpenPOWER on IntegriCloud