=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/glob.h,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/mail/glob.h 2001/11/20 20:50:00 1.5 --- src/usr.bin/mail/glob.h 2001/11/21 15:26:39 1.6 *************** *** 1,4 **** ! /* $OpenBSD: glob.h,v 1.5 2001/11/20 20:50:00 millert Exp $ */ /* $NetBSD: glob.h,v 1.4 1996/06/08 19:48:25 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: glob.h,v 1.6 2001/11/21 15:26:39 millert Exp $ */ /* $NetBSD: glob.h,v 1.4 1996/06/08 19:48:25 christos Exp $ */ /* *************** *** 41,47 **** * A bunch of global variable declarations lie herein. * def.h must be included first. */ - int msgCount; /* Count of messages read in */ int rcvmode; /* True if receiving mail */ int sawcom; /* Set after first command */ --- 41,46 ---- *************** *** 86,99 **** int uflag; /* Are we in -u mode? */ sigset_t intset; /* Signal set that is just SIGINT */ - /* * The pointers for the string allocation routines, * there are NSPACE independent areas. * The first holds STRINGSIZE bytes, the next * twice as much, and so on. */ - #define NSPACE 25 /* Total number of string spaces */ struct strings { char *s_topFree; /* Beginning of this area */ --- 85,96 ----