X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/0dfdcc73d357e2bc9482be2b45df55c49a604483..145d4d65258b8e9d854faee9d9f07d04e4c7f692:/usr/src/usr.bin/mail/glob.h diff --git a/usr/src/usr.bin/mail/glob.h b/usr/src/usr.bin/mail/glob.h index 14654e9336..80941d2531 100644 --- a/usr/src/usr.bin/mail/glob.h +++ b/usr/src/usr.bin/mail/glob.h @@ -4,7 +4,7 @@ */ /* - * Sccs Id = "@(#)glob.h 1.3 %G%"; + * Sccs Id = "@(#)glob.h 1.4 %G%"; */ int msgCount; /* Count of messages read in */ @@ -37,7 +37,7 @@ int uid; /* The invoker's user id */ char mailrc[PATHSIZE]; /* Name of startup file */ char deadletter[PATHSIZE]; /* Name of #/dead.letter */ char homedir[PATHSIZE]; /* Path name of home directory */ -char myname[9]; /* My login id */ +char myname[PATHSIZE]; /* My login id */ off_t mailsize; /* Size of system mailbox */ int lexnumber; /* Number of TNUMBER from scan() */ char lexstring[STRINGLEN]; /* String from TSTRING, scan() */