/*
- * $Source$
- * $Author$
- * $Id$
+ * appl/bsd/fieldbits.h
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Id$
+ * appl/bsd/forward.c
*/
-#ifndef lint
-static char *rcsid_forward_c =
- "$Id$";
-#endif /* lint */
-#define LIBC_SCCS
-
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
/*
- * $Source$
- * $Id$
+ * appl/bsd/kcmd.c
*/
-#ifndef lint
-static char *rcsid_kcmd_c =
- "$Id$";
-#endif /* lint */
-#define LIBC_SCCS
-
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "derived from @(#)rcmd.c 5.17 (Berkeley) 6/27/88";
-#endif /* LIBC_SCCS and not lint */
+/* derived from @(#)rcmd.c 5.17 (Berkeley) 6/27/88 */
#include <stdio.h>
#include <ctype.h>
All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)rcp.c 5.10 (Berkeley) 9/20/88";
-#endif /* not lint */
+/* based on @(#)rcp.c 5.10 (Berkeley) 9/20/88 */
/*
* rcp
All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)rlogin.c 5.12 (Berkeley) 9/19/88";
-#endif /* not lint */
+/* based on @(#)rlogin.c 5.12 (Berkeley) 9/19/88 */
/*
All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)rlogind.c 5.17 (Berkeley) 8/31/88";
-#endif /* not lint */
+/* based on @(#)rlogind.c 5.17 (Berkeley) 8/31/88 */
/*
* remote login server:
All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)rsh.c 5.7 (Berkeley) 9/20/88";
-#endif /* not lint */
+/* based on @(#)rsh.c 5.7 (Berkeley) 9/20/88 */
#include <sys/types.h>
#include <sys/socket.h>
All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)rshd.c 5.12 (Berkeley) 9/12/88";
-#endif /* not lint */
+/* based on @(#)rshd.c 5.12 (Berkeley) 9/12/88 */
/*
* remote shell server:
All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)login.c 5.25 (Berkeley) 1/6/89";
-#endif /* not lint */
+/* based on @(#)login.c 5.25 (Berkeley) 1/6/89 */
/*
* login [ name ]
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)setenv.c 5.2 (Berkeley) 6/27/88";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)setenv.c 5.2 (Berkeley) 6/27/88 */
#include <sys/types.h>
#include <stdio.h>
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getenv.c 5.5 (Berkeley) 6/27/88";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)getenv.c 5.5 (Berkeley) 6/27/88 */
/*
* getenv --
* PERFORMANCE OF THIS SOFTWARE.
*/
-#if !defined(lint) && !defined(__CODECENTER__)
-static char *rcsid = "$Header$";
-#endif
-
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
* PERFORMANCE OF THIS SOFTWARE.
*/
-#if !defined(lint) && !defined(__CODECENTER__)
-static char *rcsid = "$Header$";
-#endif
-
#include <stdio.h>
#include <sys/types.h>
#include <netinet/in.h>
* PERFORMANCE OF THIS SOFTWARE.
*/
-#if !defined(lint) && !defined(__CODECENTER__)
-static char *rcsid = "$Header$";
-#endif
-
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
* Packard Company makes no representations about the
* suitability of this software for any purpose.
*
- * $Id$
- *
*/
/* defines for pop library */
* Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-#if !defined(lint) && !defined(_NOIDENT)
-static char rcsid[] = "@(#)$Header$";
-#endif
+
/*
* Poplib - library routines for speaking POP
*/
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_dele.c 2.1 3/18/91";
+/* based on @(#)pop_dele.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_dropcopy.c 2.6 4/3/91";
+/* based on @(#)pop_dropcopy.c 2.6 4/3/91 */
#endif
#include <errno.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_dropinfo.c 2.1 3/18/91";
+/* based on @(#)pop_dropinfo.c 2.1 3/18/91 */
#endif
#include <errno.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_get_command.c 2.1 3/18/91";
+/* based on @(#)pop_get_command.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_get_subcommand.c 2.1 3/18/91";
+/* based on @(#)pop_get_subcommand.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_last.c 2.1 3/18/91";
+/* based on @(#)pop_last.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_list.c 2.1 3/18/91";
+/* based on @(#)pop_list.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_log.c 2.1 3/18/91";
+/* based on @(#)pop_log.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_lower.c 2.1 3/18/91";
+/* based on @(#)pop_lower.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_msg.c 2.1 3/18/91";
+/* based on @(#)pop_msg.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_parse.c 2.1 3/18/91";
+/* based on @(#)pop_parse.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_pass.c 2.3 4/2/91";
+/* based on @(#)pop_pass.c 2.3 4/2/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_quit.c 2.1 3/18/91";
+/* based on @(#)pop_quit.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_rset.c 2.1 3/18/91";
+/* based on @(#)pop_rset.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_send.c 2.1 3/18/91";
+/* based on @(#)pop_send.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_stat.c 2.2 3/18/91";
+/* based on @(#)pop_stat.c 2.2 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_updt.c 2.3 3/20/91";
+/* based on @(#)pop_updt.c 2.3 3/20/91 */
#endif
#include <errno.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_user.c 2.1 3/18/91";
+/* based on @(#)pop_user.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_xmit.c 2.1 3/18/91";
+/* based on @(#)pop_xmit.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_xtnd.c 2.1 3/18/91";
+/* based on @(#)pop_xtnd.c 2.1 3/18/91 */
#endif
#include <stdio.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)popper.c 2.1 3/18/91";
+/* based on @(#)popper.c 2.1 3/18/91 */
#endif
#include <stdio.h>
* specifies the terms and conditions for redistribution.
*
* static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
- * static char SccsId[] = "@(#)popper.h 2.2 4/2/91";
+ * based on @(#)popper.h 2.2 4/2/91
*
*/
* specifies the terms and conditions for redistribution.
*
* static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
- * static char SccsId[] = "@(#)version.h 2.6 4/3/91";
+ * based on @(#)version.h 2.6 4/3/91
*
*/
/*
- * $Source$
- * $Author$
- * $Id$
+ * appl/sample/sample.h
*
* Copyright 1990 by the Massachusetts Institute of Technology.
*
/*
- * $Source$
- * $Author$
+ * appl/sample/sclient/sclient.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Usage: sample_client hostname
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_sclient_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
#include <krb5/los-proto.h>
/*
- * $Source$
- * $Author$
+ * appl/sample/sserver/sserver.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* client (this will be correct if this server is started by inetd).
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_sserver_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
#include <krb5/los-proto.h>
/*
- * $Source$
- * $Author$
+ * appl/simple/client/sim_client.c
*
* Copyright 1989,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This program performs no useful function.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_sim_client_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
-
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
/*
- * $Source$
- * $Author$
+ * appl/simple/server/sim_server.c
*
* Copyright 1989,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This program performs no useful function.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_sim_server_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
/*
- * $Source$
- * $Author$
- * $Id$
+ * appl/simple/simple.h
*
* Copyright 1988,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)auth.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)auth.c 8.1 (Berkeley) 6/4/93 */
/*
* Copyright (C) 1990 by the Massachusetts Institute of Technology
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)enc_des.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)enc_des.c 8.1 (Berkeley) 6/4/93 */
#ifdef ENCRYPTION
# ifdef AUTHENTICATION
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)encrypt.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)encrypt.c 8.1 (Berkeley) 6/4/93 */
/*
* Copyright (C) 1990 by the Massachusetts Institute of Technology
/*
- * $Source$
- * $Id$
+ * appl/telnet/libtelnet/forward.c
*/
-#ifndef lint
-static char *rcsid_forward_c =
- "$Id$";
-#endif /* lint */
-#define LIBC_SCCS
-
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)genget.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
-
+/* based on @(#)genget.c 8.1 (Berkeley) 6/4/93 */
#include <ctype.h>
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)getent.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)getent.c 8.1 (Berkeley) 6/4/93 */
static char *area;
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getopt.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)getopt.c 8.1 (Berkeley) 6/4/93 */
#ifndef __STDC__
#define const
* specifies the terms and conditions for redistribution.
*/
-#ifndef lint
-static char sccsid[] = "@(#)gettytab.c 5.1 (Berkeley) 4/29/85";
-#endif not lint
+/* based on @(#)gettytab.c 5.1 (Berkeley) 4/29/85 */
#include <ctype.h>
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)herror.c 8.1 (Berkeley) 6/4/93 */
#include <stdio.h>
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)kerberos.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)kerberos.c 8.1 (Berkeley) 6/4/93 */
/*
* Copyright (C) 1990 by the Massachusetts Institute of Technology
/*
- * $Source$
- * $Author$
- * $Id$
+ * appl/telnet/libtelnet/kerberos5.c
*/
-#if !defined(lint) && !defined(SABER)
-static
-#ifdef __STDC__
-const
-#endif
-char rcsid_kerberos5_c[] = "$Id$";
-#endif /* lint */
-
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)kerberos5.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)kerberos5.c 8.1 (Berkeley) 6/4/93 */
/*
* Copyright (C) 1990 by the Massachusetts Institute of Technology
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)krb4encpwd.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)krb4encpwd.c 8.1 (Berkeley) 6/4/93 */
#ifdef KRB4_ENCPWD
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)memcmp.c 8.1 (Berkeley) 6/4/93";
-static char sccsid[] = "@(#)memset.c 8.1 (Berkeley) 6/4/93";
-static char sccsid[] = "@(#)memcpy.c 8.1 (Berkeley) 6/4/93";
-static char sccsid[] = "@(#)memmove.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on:
+ @(#)memcmp.c 8.1 (Berkeley) 6/4/93
+ @(#)memset.c 8.1 (Berkeley) 6/4/93
+ @(#)memcpy.c 8.1 (Berkeley) 6/4/93
+ @(#)memmove.c 8.1 (Berkeley) 6/4/93
+ */
#ifndef __STDC__
#define const
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)misc.c 8.1 (Berkeley) 6/4/93 */
#include "misc.h"
#include <stdio.h>
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)read_password.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)read_password.c 8.1 (Berkeley) 6/4/93 */
/*
- * $Source$
- * $Author$
+ * appl/telnet/libtelnet/read_password.c
*
* Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute
* of Technology.
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)rsaencpwd.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
-
+/* based on @(#)rsaencpwd.c 8.1 (Berkeley) 6/4/93 */
#ifdef RSA_ENCPWD
/*
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid1[] = "@(#)setenv.c 8.1 (Berkeley) 6/4/93";
-static char sccsid2[] = "@(#)getenv.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)setenv.c 8.1 (Berkeley) 6/4/93 */
+/* based on @(#)getenv.c 8.1 (Berkeley) 6/4/93 */
#ifndef __STDC__
#define const
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)setsid.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)setsid.c 8.1 (Berkeley) 6/4/93 */
/*
* Emulate the functionality of setsid(), called when forking
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)spx.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)spx.c 8.1 (Berkeley) 6/4/93 */
#ifdef SPX
/*
#include <string.h>
#endif
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)strcasecmp.c 8.1 (Berkeley) 6/4/93 */
typedef unsigned char u_char;
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strchr.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)strchr.c 8.1 (Berkeley) 6/4/93 */
#ifdef NO_STRING_H
#include <strings.h>
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)strdup.c 8.1 (Berkeley) 6/4/93 */
#ifndef __STDC__
#define const
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)strerror.c 8.1 (Berkeley) 6/4/93 */
#ifdef NO_STRING_H
#include <strings.h>
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strftime.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)strftime.c 8.1 (Berkeley) 6/4/93 */
#ifndef __STDC__
#define const
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strrchr.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)strrchr.c 8.1 (Berkeley) 6/4/93 */
#ifdef NO_STRING_H
#include <strings.h>
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)authenc.c 8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)authenc.c 8.1 (Berkeley) 6/6/93 */
#if defined(AUTHENTICATION) || defined(ENCRYPTION)
#include <sys/types.h>
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)commands.c 8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)commands.c 8.1 (Berkeley) 6/6/93 */
#if defined(unix)
#include <sys/param.h>
All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)main.c 5.5 (Berkeley) 12/18/92";
-#endif /* not lint */
+/* based on @(#)main.c 5.5 (Berkeley) 12/18/92 */
#include <sys/types.h>
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)network.c 8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)network.c 8.1 (Berkeley) 6/6/93 */
#include <sys/types.h>
#include <sys/socket.h>
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)ring.c 8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)ring.c 8.1 (Berkeley) 6/6/93 */
/*
* This defines a structure for a ring buffer.
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)sys_bsd.c 8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)sys_bsd.c 8.1 (Berkeley) 6/6/93 */
/*
* The following routines try to encapsulate what is system dependent
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)telnet.c 8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)telnet.c 8.1 (Berkeley) 6/6/93 */
#include <sys/types.h>
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)terminal.c 8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)terminal.c 8.1 (Berkeley) 6/6/93 */
#include <arpa/telnet.h>
#include <sys/types.h>
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)tn3270.c 8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)tn3270.c 8.1 (Berkeley) 6/6/93 */
#include <sys/types.h>
#include <arpa/telnet.h>
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)utilities.c 8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)utilities.c 8.1 (Berkeley) 6/6/93 */
#define TELOPTS
#define TELCMDS
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)authenc.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)authenc.c 8.1 (Berkeley) 6/4/93 */
#if defined(AUTHENTICATION) || defined(ENCRYPTION)
#include "telnetd.h"
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)global.c 8.1 (Berkeley) 6/4/93 */
/*
* Allocate global variables. We do this
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)slc.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)slc.c 8.1 (Berkeley) 6/4/93 */
#include "telnetd.h"
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)state.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)state.c 8.1 (Berkeley) 6/4/93 */
#include "telnetd.h"
#if defined(AUTHENTICATION)
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)sys_term.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* baesd on @(#)sys_term.c 8.1 (Berkeley) 6/4/93 */
#include "telnetd.h"
#include "pathnames.h"
All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)telnetd.c 5.51 (Berkeley) 1/21/93";
-#endif /* not lint */
+/* based on @(#)telnetd.c 5.51 (Berkeley) 1/21/93 */
#include "telnetd.h"
#include "pathnames.h"
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)telnetd.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)telnetd.c 8.1 (Berkeley) 6/4/93 */
#include "telnetd.h"
#include "pathnames.h"
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)termstat.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)termstat.c 8.1 (Berkeley) 6/4/93 */
#include "telnetd.h"
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)utility.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)utility.c 8.1 (Berkeley) 6/4/93 */
#define PRINTOPTIONS
#include "telnetd.h"
/*
- * $Source$
- * $Author$
+ * appl/user_user/client.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * appl/user_user/server.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * clients/kdestroy/kdestroy.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Destroy the contents of your credential cache.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_klist_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <stdio.h>
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * clients/kinit/kinit.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Initialize a credentials cache.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kinit_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <stdio.h>
#include <com_err.h>
#include <pwd.h>
/*
- * $Source$
- * $Author$
+ * clients/klist/klist.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* List out the contents of your credential cache.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_klist_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <stdio.h>
#include <krb5/krb5.h>