summaryrefslogtreecommitdiffstats
path: root/eBones/lib/libkrb/get_pw_tkt.c
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/lib/libkrb/get_pw_tkt.c')
-rw-r--r--eBones/lib/libkrb/get_pw_tkt.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/eBones/lib/libkrb/get_pw_tkt.c b/eBones/lib/libkrb/get_pw_tkt.c
index 48a003c..1b016a8 100644
--- a/eBones/lib/libkrb/get_pw_tkt.c
+++ b/eBones/lib/libkrb/get_pw_tkt.c
@@ -5,13 +5,15 @@
* <Copyright.MIT>.
*
* from: get_pw_tkt.c,v 4.6 89/01/13 18:19:11 steiner Exp $
- * $Id: get_pw_tkt.c,v 1.2 1994/07/19 19:25:23 g89r4222 Exp $
+ * $Id: get_pw_tkt.c,v 1.3 1995/07/18 16:38:37 mark Exp $
*/
+#if 0
#ifndef lint
static char *rcsid =
-"$Id: get_pw_tkt.c,v 1.2 1994/07/19 19:25:23 g89r4222 Exp $";
+"$Id: get_pw_tkt.c,v 1.3 1995/07/18 16:38:37 mark Exp $";
#endif /* lint */
+#endif
#include <krb.h>
@@ -46,11 +48,7 @@ static char *rcsid =
* the password-changing server will be in the user's ticket file.
*/
-get_pw_tkt(user,instance,realm,cpw)
- char *user;
- char *instance;
- char *realm;
- char *cpw;
+int get_pw_tkt(char *user, char *instance, char *realm, char *cpw)
{
int kerror;
OpenPOWER on IntegriCloud