index should be in <string.h>, and we don't use it anyway
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 14:17:34 +0000 (14:17 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 14:17:34 +0000 (14:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1359 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ext-proto.h

index bae892cdd3108ead5f6b4fb710e2602fb3c60dc2..1b5d669cf563fc10a0a9845d95fd86d33eab06f6 100644 (file)
@@ -24,7 +24,7 @@
 #endif /* NO_STDLIB_H */
 #else
 extern char *malloc(), *realloc(), *calloc();
-extern char *getenv(), *index();
+extern char *getenv();
 #endif /* ! __STDC__ */
 
 #include <string.h>