]> andersk Git - moira.git/commitdiff
remove definition for krb_err_txt since it is defined in krb.h, and the
authorjweiss <jweiss>
Mon, 29 Jul 1996 22:39:52 +0000 (22:39 +0000)
committerjweiss <jweiss>
Mon, 29 Jul 1996 22:39:52 +0000 (22:39 +0000)
existing defn conflicts with the cygnus krb.h whih we use on the SGI

clients/passwd/chfn.c
clients/passwd/chsh.c

index c791c62c8a0ae8b42e05db3726c662d956094068..9e15dee229aad34b0408b63f11b6d6a277a6480b 100644 (file)
@@ -41,8 +41,6 @@ static char *rcsid_chfn_c = "$Header$";
 
 char *whoami;
 
-extern char *krb_err_txt[];
-
 struct finger_info {
     char *fullname;
     char *nickname;
index 4a8df8019db46eae0ffb159a000984c11e1570fc..2eeaed255fb462c47e25455e7556617e7cb19a3b 100644 (file)
@@ -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[];
This page took 0.170275 seconds and 5 git commands to generate.