summaryrefslogtreecommitdiffstats
path: root/eBones/krb/kntoln.c
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/krb/kntoln.c')
-rw-r--r--eBones/krb/kntoln.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/eBones/krb/kntoln.c b/eBones/krb/kntoln.c
index 62ec1b5..ddb1ba2 100644
--- a/eBones/krb/kntoln.c
+++ b/eBones/krb/kntoln.c
@@ -5,13 +5,15 @@
* <Copyright.MIT>.
*
* from: kntoln.c,v 4.7 89/01/23 09:25:15 jtkohl Exp $
- * $Id: kntoln.c,v 1.2 1994/07/19 19:25:40 g89r4222 Exp $
+ * $Id: kntoln.c,v 1.3 1995/07/18 16:38:56 mark Exp $
*/
+#if 0
#ifndef lint
static char *rcsid =
-"$Id: kntoln.c,v 1.2 1994/07/19 19:25:40 g89r4222 Exp $";
+"$Id: kntoln.c,v 1.3 1995/07/18 16:38:56 mark Exp $";
#endif /* lint */
+#endif
#include <krb.h>
#include <strings.h>
@@ -42,9 +44,7 @@ static char *rcsid =
* KSUCCESS if all goes well, otherwise KFAILURE.
*/
-krb_kntoln(ad,lname)
- AUTH_DAT *ad;
- char *lname;
+int krb_kntoln(AUTH_DAT *ad, char *lname)
{
static char lrealm[REALM_SZ] = "";
OpenPOWER on IntegriCloud