=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/def.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/mail/def.h 1997/03/29 03:01:45 1.4 +++ src/usr.bin/mail/def.h 1997/07/13 21:21:10 1.5 @@ -1,5 +1,5 @@ -/* $OpenBSD: def.h,v 1.4 1997/03/29 03:01:45 millert Exp $ */ -/* $NetBSD: def.h,v 1.8 1996/06/08 19:48:18 christos Exp $ */ +/* $OpenBSD: def.h,v 1.5 1997/07/13 21:21:10 millert Exp $ */ +/* $NetBSD: def.h,v 1.9 1996/12/28 07:11:00 tls Exp $ */ /* * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. @@ -32,8 +32,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)def.h 8.2 (Berkeley) 3/21/94 - * $NetBSD: def.h,v 1.8 1996/06/08 19:48:18 christos Exp $ + * @(#)def.h 8.4 (Berkeley) 4/20/95 + * $OpenBSD: def.h,v 1.5 1997/07/13 21:21:10 millert Exp $ */ /* @@ -46,13 +46,14 @@ #include #include +#include +#include #include -#include -#include -#include #include -#include +#include #include +#include +#include #include "pathnames.h" #define APPEND /* New mail goes to end of mailbox */ @@ -71,8 +72,8 @@ struct message { short m_flag; /* flags, see below */ - int m_block; /* block number of this message */ int m_offset; /* offset in block of message */ + int m_block; /* block number of this message */ int m_size; /* Bytes in the message */ int m_lines; /* Lines in the message */ };