From 4d426fdceb13a2f2e809e7e6681c2869a46b6dcd Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 29 Oct 1990 14:17:34 +0000 Subject: [PATCH] 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 --- src/include/krb5/ext-proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2