From: deraadt Date: Mon, 3 Feb 1997 00:25:18 +0000 (+0000) Subject: use a long line counter, netbsd pr#3083, rhialto@polder.ubc.kun.nl X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=07c15cc912cbda8216fcb56ffe2add95d6b7d15e;p=openbsd use a long line counter, netbsd pr#3083, rhialto@polder.ubc.kun.nl --- 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 */ }; /*