[BACK]Return to def.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mail

Diff for /src/usr.bin/mail/def.h between version 1.2 and 1.3

version 1.2, 1996/06/11 12:53:36 version 1.3, 1997/02/03 00:25:18
Line 74 
Line 74 
         short   m_block;                /* block number of this message */          short   m_block;                /* block number of this message */
         short   m_offset;               /* offset in block of message */          short   m_offset;               /* offset in block of message */
         long    m_size;                 /* Bytes in the message */          long    m_size;                 /* Bytes in the message */
         short   m_lines;                /* Lines in the message */          long    m_lines;                /* Lines in the message */
 };  };
   
 /*  /*

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3