=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/def.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/mail/def.h 1997/02/03 00:25:18 1.3 --- src/usr.bin/mail/def.h 1997/03/29 03:01:45 1.4 *************** *** 1,4 **** ! /* $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 --- 1,4 ---- ! /* $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 $ */ /* * Copyright (c) 1980, 1993 *************** *** 71,80 **** 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_size; /* Bytes in the message */ ! long m_lines; /* Lines in the message */ }; /* --- 71,80 ---- 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_size; /* Bytes in the message */ ! int m_lines; /* Lines in the message */ }; /*