standardize sccs keyword lines
[unix-history] / usr / src / usr.bin / mail / cmdtab.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();