From: jweiss Date: Mon, 29 Jul 1996 22:39:52 +0000 (+0000) Subject: remove definition for krb_err_txt since it is defined in krb.h, and the X-Git-Tag: MOIRA3_FINAL~41 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/e2eaaa973bd9a6d5dbb90a8ee5e6d1f7cdcbebe0 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 --- 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[];