* pop_init.c: kill static version string that depended on ANSI
authorTom Yu <tlyu@mit.edu>
Tue, 9 Aug 1994 21:40:56 +0000 (21:40 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 9 Aug 1994 21:40:56 +0000 (21:40 +0000)
string splicing

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4100 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/popper/ChangeLog
src/appl/popper/pop_init.c

index 52fcb48ce045509cd1ad59c55d17ee1546130854..39eec8a7b5ba1523b73b36ad20eab4714cd563bf 100644 (file)
@@ -1,5 +1,8 @@
 Tue Aug  9 16:50:08 1994  Tom Yu  (tlyu@dragons-lair)
 
+       * pop_init.c: kill static version string that depended on ANSI
+       string splicing
+
        * Makefile.in:
        * configure.in: fix $(ISODELIB), also fix make install
 
index a7e25e492878f27772068ad50f672eaf87d34034..9caf4f9267c5f12ce7f892f8394dbf62cbcbed8f 100644 (file)
@@ -4,11 +4,6 @@
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_init.c 2.1  2.1 3/18/91";
-#endif not lint
-
 #include <errno.h>
 #include <stdio.h>
 #include <sys/types.h>
@@ -18,11 +13,6 @@ static char SccsId[] = "@(#)pop_init.c       2.1  2.1 3/18/91";
 #include <arpa/inet.h>
 #include "popper.h"
 
-#ifndef lint
-static char whatId[] = "@(#)POP3 Mail daemon - popper " VERSION;
-static char rcsId[] = "$Id$";
-#endif
-
 #ifdef KERBEROS
 #ifdef KRB4
 #ifdef KRB5