From e2eaaa973bd9a6d5dbb90a8ee5e6d1f7cdcbebe0 Mon Sep 17 00:00:00 2001 From: jweiss Date: Mon, 29 Jul 1996 22:39:52 +0000 Subject: [PATCH] remove definition for krb_err_txt since it is defined in krb.h, and the existing defn conflicts with the cygnus krb.h whih we use on the SGI --- clients/passwd/chfn.c | 2 -- clients/passwd/chsh.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/clients/passwd/chfn.c b/clients/passwd/chfn.c index c791c62c..9e15dee2 100644 --- a/clients/passwd/chfn.c +++ b/clients/passwd/chfn.c @@ -41,8 +41,6 @@ static char *rcsid_chfn_c = "$Header$"; char *whoami; -extern char *krb_err_txt[]; - struct finger_info { char *fullname; char *nickname; diff --git a/clients/passwd/chsh.c b/clients/passwd/chsh.c index 4a8df801..2eeaed25 100644 --- a/clients/passwd/chsh.c +++ b/clients/passwd/chsh.c @@ -44,8 +44,6 @@ static char *rcsid_chsh_c = "$Header$"; char *whoami; char *getusershell(); -extern char *krb_err_txt[]; - main(argc, argv) int argc; char *argv[]; -- 2.45.1