diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-03 00:25:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-03 00:25:19 +0000 |
commit | b6a2ec9ce1490038560dc7ff89049580f7123f3c (patch) | |
tree | 69c52e6d035ecf77290db879384f21b4da9d958d /usr.bin/mail/def.h | |
parent | 0cc5491ab93b424906f60d2691c3ebae05a5629e (diff) |
use a long line counter, netbsd pr#3083, rhialto@polder.ubc.kun.nl
Diffstat (limited to 'usr.bin/mail/def.h')
-rw-r--r-- | usr.bin/mail/def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mail/def.h b/usr.bin/mail/def.h index f3d28d7f7d3..01bb3cce20b 100644 --- a/usr.bin/mail/def.h +++ b/usr.bin/mail/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.2 1996/06/11 12:53:36 deraadt Exp $ */ +/* $OpenBSD: def.h,v 1.3 1997/02/03 00:25:18 deraadt Exp $ */ /* $NetBSD: def.h,v 1.8 1996/06/08 19:48:18 christos Exp $ */ /* * Copyright (c) 1980, 1993 @@ -74,7 +74,7 @@ struct message { short m_block; /* block number of this message */ short m_offset; /* offset in block of message */ long m_size; /* Bytes in the message */ - short m_lines; /* Lines in the message */ + long m_lines; /* Lines in the message */ }; /* |