From: John Kohl Date: Mon, 29 Oct 1990 14:17:34 +0000 (+0000) Subject: index should be in , and we don't use it anyway X-Git-Tag: krb5-1.0-alpha2~52 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4d426fdceb13a2f2e809e7e6681c2869a46b6dcd;p=krb5.git index should be in , and we don't use it anyway git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1359 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h index bae892cdd..1b5d669cf 100644 --- a/src/include/krb5/ext-proto.h +++ b/src/include/krb5/ext-proto.h @@ -24,7 +24,7 @@ #endif /* NO_STDLIB_H */ #else extern char *malloc(), *realloc(), *calloc(); -extern char *getenv(), *index(); +extern char *getenv(); #endif /* ! __STDC__ */ #include