Make this compile again in an ELF world.

This commit is contained in:
mycroft 1999-07-30 01:56:49 +00:00
parent 0900226864
commit ee0dfce003

View File

@ -1,4 +1,4 @@
/* $NetBSD: klogin.c,v 1.13 1997/10/19 19:11:56 mycroft Exp $ */ /* $NetBSD: klogin.c,v 1.14 1999/07/30 01:56:49 mycroft Exp $ */
/*- /*-
* Copyright (c) 1990, 1993, 1994 * Copyright (c) 1990, 1993, 1994
@ -38,7 +38,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)klogin.c 8.3 (Berkeley) 4/2/94"; static char sccsid[] = "@(#)klogin.c 8.3 (Berkeley) 4/2/94";
#endif #endif
__RCSID("$NetBSD: klogin.c,v 1.13 1997/10/19 19:11:56 mycroft Exp $"); __RCSID("$NetBSD: klogin.c,v 1.14 1999/07/30 01:56:49 mycroft Exp $");
#endif /* not lint */ #endif /* not lint */
#ifdef KERBEROS #ifdef KERBEROS
@ -62,9 +62,9 @@ __RCSID("$NetBSD: klogin.c,v 1.13 1997/10/19 19:11:56 mycroft Exp $");
#define INITIAL_TICKET "krbtgt" #define INITIAL_TICKET "krbtgt"
#define VERIFY_SERVICE "rcmd" #define VERIFY_SERVICE "rcmd"
extern int notickets; int notickets;
extern char *krbtkfile_env; char *krbtkfile_env;
extern char *tty; char *tty;
static char tkt_location[MAXPATHLEN]; /* a pointer to this is returned... */ static char tkt_location[MAXPATHLEN]; /* a pointer to this is returned... */