Deleted Added
full compact
kerberos5.c (81965) kerberos5.c (84305)
1/*
2 * $Source: /mit/krb5/.cvsroot/src/appl/telnet/libtelnet/kerberos5.c,v $
3 * $Author: tytso $
4 * $Id: kerberos5.c,v 1.1 1997/09/04 06:11:15 markm Exp $
5 */
6
1/*
2 * $Source: /mit/krb5/.cvsroot/src/appl/telnet/libtelnet/kerberos5.c,v $
3 * $Author: tytso $
4 * $Id: kerberos5.c,v 1.1 1997/09/04 06:11:15 markm Exp $
5 */
6
7#if !defined(lint) && !defined(SABER)
8static
9#ifdef __STDC__
10const
11#endif
12char rcsid_kerberos5_c[] = "$FreeBSD: head/contrib/telnet/libtelnet/kerberos5.c 81965 2001-08-20 12:28:40Z markm $";
13#endif /* lint */
7#include <sys/cdefs.h>
8__FBSDID("$FreeBSD: head/contrib/telnet/libtelnet/kerberos5.c 84305 2001-10-01 16:04:55Z markm $");
14
15/*-
16 * Copyright (c) 1991, 1993
17 * The Regents of the University of California. All rights reserved.
18 *
19 * Redistribution and use in source and binary forms, with or without
20 * modification, are permitted provided that the following conditions
21 * are met:

--- 742 unchanged lines hidden ---
9
10/*-
11 * Copyright (c) 1991, 1993
12 * The Regents of the University of California. All rights reserved.
13 *
14 * Redistribution and use in source and binary forms, with or without
15 * modification, are permitted provided that the following conditions
16 * are met:

--- 742 unchanged lines hidden ---