summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1994-08-09 21:40:56 +0000
committerTom Yu <tlyu@mit.edu>1994-08-09 21:40:56 +0000
commite5fed0994ff3e5c73052fff3a8a9bce41192fd21 (patch)
treed046fa54a47d0503d91e04a932b10d29b2ee771b /src
parent3ec236cc26f132db81c41c442dfe70c8e00190fa (diff)
downloadkrb5-e5fed0994ff3e5c73052fff3a8a9bce41192fd21.tar.gz
krb5-e5fed0994ff3e5c73052fff3a8a9bce41192fd21.tar.xz
krb5-e5fed0994ff3e5c73052fff3a8a9bce41192fd21.zip
* pop_init.c: kill static version string that depended on ANSI
string splicing git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4100 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/popper/ChangeLog3
-rw-r--r--src/appl/popper/pop_init.c10
2 files changed, 3 insertions, 10 deletions
diff --git a/src/appl/popper/ChangeLog b/src/appl/popper/ChangeLog
index 52fcb48ce..39eec8a7b 100644
--- a/src/appl/popper/ChangeLog
+++ b/src/appl/popper/ChangeLog
@@ -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
diff --git a/src/appl/popper/pop_init.c b/src/appl/popper/pop_init.c
index a7e25e492..9caf4f926 100644
--- a/src/appl/popper/pop_init.c
+++ b/src/appl/popper/pop_init.c
@@ -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