standardize sccs keyword lines
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 12 Aug 1983 13:20:36 +0000 (05:20 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 12 Aug 1983 13:20:36 +0000 (05:20 -0800)
SCCS-vsn: usr.bin/mail/aux.c 2.11
SCCS-vsn: usr.bin/mail/cmd1.c 2.12
SCCS-vsn: usr.bin/mail/cmd2.c 2.11
SCCS-vsn: usr.bin/mail/cmd3.c 2.14
SCCS-vsn: usr.bin/mail/cmdtab.c 2.10
SCCS-vsn: usr.bin/mail/collect.c 2.15
SCCS-vsn: usr.bin/mail/config.c 1.8
SCCS-vsn: usr.bin/mail/configdefs.h 1.4
SCCS-vsn: usr.bin/mail/def.h 2.13
SCCS-vsn: usr.bin/mail/edit.c 2.5
SCCS-vsn: usr.bin/mail/fio.c 2.16
SCCS-vsn: usr.bin/fmt/fmt.c 2.2
SCCS-vsn: usr.bin/mail/getname.c 2.2
SCCS-vsn: usr.bin/mail/glob.h 2.10
SCCS-vsn: usr.bin/mail/head.c 2.3
SCCS-vsn: usr.bin/mail/lex.c 2.14
SCCS-vsn: usr.bin/mail/list.c 2.3
SCCS-vsn: usr.bin/mail/local.h 2.2
SCCS-vsn: usr.bin/mail/lock.c 2.4
SCCS-vsn: usr.bin/mail/main.c 2.12
SCCS-vsn: usr.bin/mail/names.c 2.9
SCCS-vsn: usr.bin/mail/optim.c 2.9
SCCS-vsn: usr.bin/mail/popen.c 1.7
SCCS-vsn: usr.bin/mail/quit.c 2.7
SCCS-vsn: usr.bin/mail/rcv.h 2.3
SCCS-vsn: usr.bin/mail/send.c 2.13
SCCS-vsn: usr.bin/mail/strings.c 2.2
SCCS-vsn: usr.bin/mail/temp.c 2.3
SCCS-vsn: usr.bin/mail/tty.c 2.7
SCCS-vsn: usr.bin/mail/v7.local.c 2.3
SCCS-vsn: usr.bin/mail/pathnames.h 2.6
SCCS-vsn: usr.bin/mail/vars.c 2.5

32 files changed:
usr/src/usr.bin/fmt/fmt.c
usr/src/usr.bin/mail/aux.c
usr/src/usr.bin/mail/cmd1.c
usr/src/usr.bin/mail/cmd2.c
usr/src/usr.bin/mail/cmd3.c
usr/src/usr.bin/mail/cmdtab.c
usr/src/usr.bin/mail/collect.c
usr/src/usr.bin/mail/config.c
usr/src/usr.bin/mail/configdefs.h
usr/src/usr.bin/mail/def.h
usr/src/usr.bin/mail/edit.c
usr/src/usr.bin/mail/fio.c
usr/src/usr.bin/mail/getname.c
usr/src/usr.bin/mail/glob.h
usr/src/usr.bin/mail/head.c
usr/src/usr.bin/mail/lex.c
usr/src/usr.bin/mail/list.c
usr/src/usr.bin/mail/local.h
usr/src/usr.bin/mail/lock.c
usr/src/usr.bin/mail/main.c
usr/src/usr.bin/mail/names.c
usr/src/usr.bin/mail/optim.c
usr/src/usr.bin/mail/pathnames.h
usr/src/usr.bin/mail/popen.c
usr/src/usr.bin/mail/quit.c
usr/src/usr.bin/mail/rcv.h
usr/src/usr.bin/mail/send.c
usr/src/usr.bin/mail/strings.c
usr/src/usr.bin/mail/temp.c
usr/src/usr.bin/mail/tty.c
usr/src/usr.bin/mail/v7.local.c
usr/src/usr.bin/mail/vars.c

index 5e13a3c..d73fea2 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)fmt.c      2.2 (Berkeley) %G%";
+#endif
 
 #include <stdio.h>
 #include <ctype.h>
 
 #include <stdio.h>
 #include <ctype.h>
@@ -11,8 +13,6 @@
  * Author: Kurt Shoens (UCB) 12/7/78
  */
 
  * Author: Kurt Shoens (UCB) 12/7/78
  */
 
-static char *SccsId = "@(#)fmt.c       2.1 %G%";
-
 #define        NOSTR   ((char *) 0)    /* Null string pointer for lint */
 
 int    pfx;                    /* Current leading blank count */
 #define        NOSTR   ((char *) 0)    /* Null string pointer for lint */
 
 int    pfx;                    /* Current leading blank count */
index c0cd7ec..fa7a506 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)aux.c      2.11 (Berkeley) %G%";
+#endif
 
 #include "rcv.h"
 #include <sys/stat.h>
 
 #include "rcv.h"
 #include <sys/stat.h>
@@ -10,8 +12,6 @@
  * Auxiliary functions.
  */
 
  * Auxiliary functions.
  */
 
-static char *SccsId = "@(#)aux.c       2.10 %G%";
-
 /*
  * Return a pointer to a dynamic copy of the argument.
  */
 /*
  * Return a pointer to a dynamic copy of the argument.
  */
index ff738ed..b6e8ce1 100644 (file)
@@ -1,4 +1,7 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)cmd1.c     2.12 (Berkeley) %G%";
+#endif
+
 #include "rcv.h"
 #include <sys/stat.h>
 
 #include "rcv.h"
 #include <sys/stat.h>
 
@@ -8,8 +11,6 @@
  * User commands.
  */
 
  * User commands.
  */
 
-static char *SccsId = "@(#)cmd1.c      2.11 %G%";
-
 /*
  * Print the current active headings.
  * Don't change dot if invoker didn't give an argument.
 /*
  * Print the current active headings.
  * Don't change dot if invoker didn't give an argument.
index 35dedb0..41ffb16 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)cmd2.c     2.11 (Berkeley) %G%";
+#endif
 
 #include "rcv.h"
 #include <sys/stat.h>
 
 #include "rcv.h"
 #include <sys/stat.h>
@@ -9,8 +11,6 @@
  * More user commands.
  */
 
  * More user commands.
  */
 
-static char *SccsId = "@(#)cmd2.c      2.10 %G%";
-
 /*
  * If any arguments were given, go to the next applicable argument
  * following dot, otherwise, go to the next applicable message.
 /*
  * If any arguments were given, go to the next applicable argument
  * following dot, otherwise, go to the next applicable message.
index 51a1742..171a983 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)cmd3.c     2.14 (Berkeley) %G%";
+#endif
 
 #include "rcv.h"
 #include <sys/stat.h>
 
 #include "rcv.h"
 #include <sys/stat.h>
@@ -9,8 +11,6 @@
  * Still more user commands.
  */
 
  * Still more user commands.
  */
 
-static char *SccsId = "@(#)cmd3.c      2.13 %G%";
-
 /*
  * Process a shell escape by saving signals, ignoring signals,
  * and forking a sh -c
 /*
  * Process a shell escape by saving signals, ignoring signals,
  * and forking a sh -c
index a19b694..e33de13 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)cmdtab.c   2.10 (Berkeley) %G%";
+#endif
 
 #include "def.h"
 
 
 #include "def.h"
 
@@ -8,8 +10,6 @@
  * Define all of the command names and bindings.
  */
 
  * Define all of the command names and bindings.
  */
 
-static char *SccsId = "@(#)cmdtab.c    2.9 %G%";
-
 extern int type(), preserve(), delete(), undelete(), next(), shell(), schdir();
 extern int save(), help(), headers(), pdot(), strace(), respond(), editor();
 extern int edstop(), rexit(), pcmdlist(), sendmail(), from(), copycmd();
 extern int type(), preserve(), delete(), undelete(), next(), shell(), schdir();
 extern int save(), help(), headers(), pdot(), strace(), respond(), editor();
 extern int edstop(), rexit(), pcmdlist(), sendmail(), from(), copycmd();
index d7c85d6..267ae74 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)collect.c  2.15 (Berkeley) %G%";
+#endif
 
 /*
  * Mail -- a mail program
 
 /*
  * Mail -- a mail program
@@ -7,8 +9,6 @@
  * ~ escapes.
  */
 
  * ~ escapes.
  */
 
-static char *SccsId = "@(#)collect.c   2.14 %G%";
-
 #include "rcv.h"
 #include <sys/stat.h>
 
 #include "rcv.h"
 #include <sys/stat.h>
 
index fa64da7..0169463 100644 (file)
@@ -1,6 +1,6 @@
-#
-
-static char    *SccsID[] = "@(#)config.c       1.7 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)config.c   1.8 (Berkeley) %G%";
+#endif
 
 /*
  * This file contains definitions of network data used by Mail
 
 /*
  * This file contains definitions of network data used by Mail
index 60a9cc8..6c7cf34 100644 (file)
@@ -1,14 +1,10 @@
-#
+/*     configdefs.h    1.4     83/08/11        */
 
 /*
  * This file contains the definitions of data structures used in
  * configuring the network behavior of Mail when replying.
  */
 
 
 /*
  * This file contains the definitions of data structures used in
  * configuring the network behavior of Mail when replying.
  */
 
-/*
- * Sccs ID @(#)configdefs.h    1.3 %G%
- */
-
 /*
  * The following constants are used when you are running 4.1a bsd or
  * later on a local network.  Under control of the #define flag
 /*
  * The following constants are used when you are running 4.1a bsd or
  * later on a local network.  Under control of the #define flag
index 28e1f63..d3b1e04 100644 (file)
@@ -1,4 +1,4 @@
-#
+/*     def.h   2.13    83/08/11        */
 
 #include <sys/types.h>
 #include <signal.h>
 
 #include <sys/types.h>
 #include <signal.h>
@@ -9,10 +9,6 @@
 #undef isalpha
 #undef isdigit
 
 #undef isalpha
 #undef isdigit
 
-/*
- * Sccs Id = "@(#)def.h        2.12 %G%";
- */
-
 /*
  * Mail -- a mail program
  *
 /*
  * Mail -- a mail program
  *
index 1971329..7c1edec 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)edit.c     2.5 (Berkeley) %G%";
+#endif
 
 #include "rcv.h"
 #include <stdio.h>
 
 #include "rcv.h"
 #include <stdio.h>
@@ -10,8 +12,6 @@
  * Perform message editing functions.
  */
 
  * Perform message editing functions.
  */
 
-static char *SccsId = "@(#)edit.c      2.4 %G%";
-
 /*
  * Edit a message list.
  */
 /*
  * Edit a message list.
  */
index 9839076..baa616d 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)fio.c      2.16 (Berkeley) %G%";
+#endif
 
 #include "rcv.h"
 #include <sys/stat.h>
 
 #include "rcv.h"
 #include <sys/stat.h>
@@ -10,8 +12,6 @@
  * File I/O.
  */
 
  * File I/O.
  */
 
-static char *SccsId = "@(#)fio.c       2.15 %G%";
-
 /*
  * Set up the input pointers while copying the mail file into
  * /tmp.
 /*
  * Set up the input pointers while copying the mail file into
  * /tmp.
index fc451e1..1f61864 100644 (file)
@@ -1,5 +1,6 @@
-#
-
+#ifndef lint
+static char sccsid[] = "@(#)getname.c  2.2 (Berkeley) %G%";
+#endif
 
 /*
  * Getname / getuserid for those with no
 
 /*
  * Getname / getuserid for those with no
@@ -12,8 +13,6 @@
  * implementation.
  */
 
  * implementation.
  */
 
-static char *SccsId = "@(#)getname.c   2.1 %G%";
-
 #include "rcv.h"
 
 static FILE *pwfile =  NULL;           /* Pw file held open */
 #include "rcv.h"
 
 static FILE *pwfile =  NULL;           /* Pw file held open */
index e326406..5c1a135 100644 (file)
@@ -1,12 +1,10 @@
+/*     glob.h  2.10    83/08/11        */
+
 /*
  * A bunch of global variable declarations lie herein.
  * def.h must be included first.
  */
 
 /*
  * A bunch of global variable declarations lie herein.
  * def.h must be included first.
  */
 
-/*
- * Sccs Id = "@(#)glob.h       2.9 %G%;
- */
-
 int    msgCount;                       /* Count of messages read in */
 int    mypid;                          /* Current process id */
 int    rcvmode;                        /* True if receiving mail */
 int    msgCount;                       /* Count of messages read in */
 int    mypid;                          /* Current process id */
 int    rcvmode;                        /* True if receiving mail */
index 78353f3..f8d8151 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)head.c     2.3 (Berkeley) %G%";
+#endif
 
 #include "rcv.h"
 
 
 #include "rcv.h"
 
@@ -8,8 +10,6 @@
  * Routines for processing and detecting headlines.
  */
 
  * Routines for processing and detecting headlines.
  */
 
-static char *SccsId = "@(#)head.c      2.2 %G%";
-
 /*
  * See if the passed line buffer is a mail header.
  * Return true if yes.  Note the extreme pains to
 /*
  * See if the passed line buffer is a mail header.
  * Return true if yes.  Note the extreme pains to
index 3081a4d..e820ce9 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)lex.c      2.14 (Berkeley) %G%";
+#endif
 
 #include "rcv.h"
 
 
 #include "rcv.h"
 
@@ -8,8 +10,6 @@
  * Lexical processing of commands.
  */
 
  * Lexical processing of commands.
  */
 
-static char *SccsId = "@(#)lex.c       2.13 %G%";
-
 char   *prompt = "& ";
 
 /*
 char   *prompt = "& ";
 
 /*
index 31892e1..fa9c7c8 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)list.c     2.3 (Berkeley) %G%";
+#endif
 
 #include "rcv.h"
 #include <ctype.h>
 
 #include "rcv.h"
 #include <ctype.h>
@@ -9,8 +11,6 @@
  * Message list handling.
  */
 
  * Message list handling.
  */
 
-static char *SccsId = "@(#)list.c      2.2 %G%";
-
 /*
  * Convert the user string of message numbers and
  * store the numbers into vector.
 /*
  * Convert the user string of message numbers and
  * store the numbers into vector.
index 7c5d21c..b08c811 100644 (file)
@@ -1,6 +1,4 @@
-/*
- * Sccs Id = "@(#)local.h      2.1 %G%";
- */
+/*     local.h 2.2     83/08/11        */
 
 #ifdef V7
 #include "v7.local.h"
 
 #ifdef V7
 #include "v7.local.h"
index 1d7cb66..47dd6b4 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)lock.c     2.4 (Berkeley) %G%";
+#endif
 
 /*
  * A mailing program.
 
 /*
  * A mailing program.
@@ -9,8 +11,6 @@
 #include "rcv.h"
 #include <sys/stat.h>
 
 #include "rcv.h"
 #include <sys/stat.h>
 
-static char *SccsId = "@(#)lock.c      2.3 %G%";
-
 char   *maillock       = ".mail";              /* Lock suffix for mailname */
 char   *lockname       = "/usr/spool/mail/tmXXXXXX";
 char   locktmp[30];                            /* Usable lock temporary */
 char   *maillock       = ".mail";              /* Lock suffix for mailname */
 char   *lockname       = "/usr/spool/mail/tmXXXXXX";
 char   locktmp[30];                            /* Usable lock temporary */
index 11c3ccd..e1526ad 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)main.c     2.12 (Berkeley) %G%";
+#endif
 
 #include "rcv.h"
 #include <sys/stat.h>
 
 #include "rcv.h"
 #include <sys/stat.h>
@@ -9,8 +11,6 @@
  * Startup -- interface with user.
  */
 
  * Startup -- interface with user.
  */
 
-static char *SccsId = "@(#)main.c      2.11 %G%";
-
 jmp_buf        hdrjmp;
 
 /*
 jmp_buf        hdrjmp;
 
 /*
index 54e2c4e..3d716b5 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)names.c    2.9 (Berkeley) %G%";
+#endif
 
 /*
  * Mail -- a mail program
 
 /*
  * Mail -- a mail program
@@ -8,8 +10,6 @@
 
 #include "rcv.h"
 
 
 #include "rcv.h"
 
-static char *SccsId = "@(#)names.c     2.8 %G%";
-
 /*
  * Allocate a single element of a name list,
  * initialize its name field to the passed
 /*
  * Allocate a single element of a name list,
  * initialize its name field to the passed
index fac2d55..8c0ea13 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)optim.c    2.9 (Berkeley) %G%";
+#endif
 
 /*
  * Mail -- a program for sending and receiving mail.
 
 /*
  * Mail -- a program for sending and receiving mail.
@@ -10,8 +12,6 @@
 #include "configdefs.h"
 #include <ctype.h>
 
 #include "configdefs.h"
 #include <ctype.h>
 
-static char *SccsId = "@(#)optim.c     2.8 %G%";
-
 /*
  * Map a name into the correct network "view" of the
  * name.  This is done by prepending the name with the
 /*
  * Map a name into the correct network "view" of the
  * name.  This is done by prepending the name with the
index 809a4af..c331e36 100644 (file)
@@ -1,12 +1,10 @@
+/*     pathnames.h     2.6     83/08/11        */
+
 /*
  * Declarations and constants specific to an installation.
  *
  * Vax/Unix version 7.
  */
 /*
  * Declarations and constants specific to an installation.
  *
  * Vax/Unix version 7.
  */
-/*
- * Sccs Id = "@(#)pathnames.h  2.5 %G%";
- */
 
 #define        GETHOST                         /* System has gethostname syscall */
 #ifdef GETHOST
 
 #define        GETHOST                         /* System has gethostname syscall */
 #ifdef GETHOST
index 4fc1811..2770b47 100644 (file)
@@ -5,7 +5,7 @@
 #define        RDR     0
 #define        WTR     1
 static int     popen_pid[20];
 #define        RDR     0
 #define        WTR     1
 static int     popen_pid[20];
-static char    *sccsid = "@(#)popen.c  1.6 %G%";
+static char    *sccsid = "@(#)popen.c  1.7 %G%";
 
 #ifdef VMUNIX
 #define        mask(s) (1<<((s)-1))
 
 #ifdef VMUNIX
 #define        mask(s) (1<<((s)-1))
index f1acaec..f2b2e8d 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)quit.c     2.7 (Berkeley) %G%";
+#endif
 
 #include "rcv.h"
 #include <sys/stat.h>
 
 #include "rcv.h"
 #include <sys/stat.h>
@@ -9,8 +11,6 @@
  * Termination processing.
  */
 
  * Termination processing.
  */
 
-static char *SccsId = "@(#)quit.c      2.6 %G%";
-
 /*
  * Save all of the undetermined messages at the top of "mbox"
  * Save all untouched messages back in the system mailbox.
 /*
  * Save all of the undetermined messages at the top of "mbox"
  * Save all untouched messages back in the system mailbox.
index 30c41f2..eeb3b66 100644 (file)
@@ -1,4 +1,4 @@
-#
+/*     rcv.h   2.3     83/08/11        */
 
 /*
  * Mail -- a mail program
 
 /*
  * Mail -- a mail program
@@ -7,10 +7,6 @@
  * globals and declarations.
  */
 
  * globals and declarations.
  */
 
-/*
- * Sccs Id = "@(#)rcv.h        2.2 %G%";
- */
-
 #ifdef pdp11
 #include <whoami.h>
 #endif
 #ifdef pdp11
 #include <whoami.h>
 #endif
index e7593d2..a6c5f99 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)send.c     2.13 (Berkeley) %G%";
+#endif
 
 #include "rcv.h"
 #ifdef VMUNIX
 
 #include "rcv.h"
 #ifdef VMUNIX
@@ -13,8 +15,6 @@
  * Mail to others.
  */
 
  * Mail to others.
  */
 
-static char *SccsId = "@(#)send.c      2.12 %G%";
-
 /*
  * Send message described by the passed pointer to the
  * passed output buffer.  Return -1 on error, but normally
 /*
  * Send message described by the passed pointer to the
  * passed output buffer.  Return -1 on error, but normally
index 1c00150..2c552a2 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)strings.c  2.2 (Berkeley) %G%";
+#endif
 
 /*
  * Mail -- a mail program
 
 /*
  * Mail -- a mail program
@@ -10,8 +12,6 @@
 
 #include "rcv.h"
 
 
 #include "rcv.h"
 
-static char *SccsId = "@(#)strings.c   2.1 %G%";
-
 /*
  * Allocate size more bytes of space and return the address of the
  * first byte to the caller.  An even number of bytes are always
 /*
  * Allocate size more bytes of space and return the address of the
  * first byte to the caller.  An even number of bytes are always
index 735f21c..2221b1c 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)temp.c     2.3 (Berkeley) %G%";
+#endif
 
 #include "rcv.h"
 
 
 #include "rcv.h"
 
@@ -8,8 +10,6 @@
  * Give names to all the temporary files that we will need.
  */
 
  * Give names to all the temporary files that we will need.
  */
 
-static char *SccsId = "@(#)temp.c      2.2 %G%";
-
 char   tempMail[14];
 char   tempQuit[14];
 char   tempEdit[14];
 char   tempMail[14];
 char   tempQuit[14];
 char   tempEdit[14];
index 157b120..5b7aded 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)tty.c      2.7 (Berkeley) %G%";
+#endif
 
 /*
  * Mail -- a mail program
 
 /*
  * Mail -- a mail program
@@ -8,8 +10,6 @@
 
 #include "rcv.h"
 
 
 #include "rcv.h"
 
-static char *SccsId = "@(#)tty.c       2.6 %G%";
-
 static int     c_erase;                /* Current erase char */
 static int     c_kill;                 /* Current kill char */
 static int     hadcont;                /* Saw continue signal */
 static int     c_erase;                /* Current erase char */
 static int     c_kill;                 /* Current kill char */
 static int     hadcont;                /* Saw continue signal */
index 9a2ea74..c94d5b5 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)v7.local.c 2.3 (Berkeley) %G%";
+#endif
 
 /*
  * Mail -- a mail program
 
 /*
  * Mail -- a mail program
@@ -10,8 +12,6 @@
 
 #include "rcv.h"
 
 
 #include "rcv.h"
 
-static char *SccsId = "@(#)v7.local.c  2.2 %G%";
-
 /*
  * Locate the user's mailbox file (ie, the place where new, unread
  * mail is queued).  In Version 7, it is in /usr/spool/mail/name.
 /*
  * Locate the user's mailbox file (ie, the place where new, unread
  * mail is queued).  In Version 7, it is in /usr/spool/mail/name.
index dab9256..c303c5a 100644 (file)
@@ -1,4 +1,6 @@
-#
+#ifndef lint
+static char sccsid[] = "@(#)vars.c     2.5 (Berkeley) %G%";
+#endif
 
 #include "rcv.h"
 
 
 #include "rcv.h"
 
@@ -8,8 +10,6 @@
  * Variable handling stuff.
  */
 
  * Variable handling stuff.
  */
 
-static char *SccsId = "@(#)vars.c      2.4 %G%";
-
 /*
  * Assign a value to a variable.
  */
 /*
  * Assign a value to a variable.
  */