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

Diff for /src/usr.bin/mail/glob.h between version 1.5 and 1.6

version 1.5, 2001/11/20 20:50:00 version 1.6, 2001/11/21 15:26:39
Line 41 
Line 41 
  * A bunch of global variable declarations lie herein.   * A bunch of global variable declarations lie herein.
  * def.h must be included first.   * def.h must be included first.
  */   */
   
 int     msgCount;                       /* Count of messages read in */  int     msgCount;                       /* Count of messages read in */
 int     rcvmode;                        /* True if receiving mail */  int     rcvmode;                        /* True if receiving mail */
 int     sawcom;                         /* Set after first command */  int     sawcom;                         /* Set after first command */
Line 86 
Line 85 
 int     uflag;                          /* Are we in -u mode? */  int     uflag;                          /* Are we in -u mode? */
 sigset_t intset;                        /* Signal set that is just SIGINT */  sigset_t intset;                        /* Signal set that is just SIGINT */
   
   
 /*  /*
  * The pointers for the string allocation routines,   * The pointers for the string allocation routines,
  * there are NSPACE independent areas.   * there are NSPACE independent areas.
  * The first holds STRINGSIZE bytes, the next   * The first holds STRINGSIZE bytes, the next
  * twice as much, and so on.   * twice as much, and so on.
  */   */
   
 #define NSPACE  25                      /* Total number of string spaces */  #define NSPACE  25                      /* Total number of string spaces */
 struct strings {  struct strings {
         char    *s_topFree;             /* Beginning of this area */          char    *s_topFree;             /* Beginning of this area */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6