diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/popper/ChangeLog | 3 | ||||
| -rw-r--r-- | src/appl/popper/pop_init.c | 10 |
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 |
