From: Tom Yu Date: Tue, 9 Aug 1994 21:40:56 +0000 (+0000) Subject: * pop_init.c: kill static version string that depended on ANSI X-Git-Tag: krb5-1.0-beta4.2~18 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e5fed0994ff3e5c73052fff3a8a9bce41192fd21;p=krb5.git * 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 --- 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 #include #include @@ -18,11 +13,6 @@ static char SccsId[] = "@(#)pop_init.c 2.1 2.1 3/18/91"; #include #include "popper.h" -#ifndef lint -static char whatId[] = "@(#)POP3 Mail daemon - popper " VERSION; -static char rcsId[] = "$Id$"; -#endif - #ifdef KERBEROS #ifdef KRB4 #ifdef KRB5