projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f8dce
)
index should be in <string.h>, and we don't use it anyway
author
John Kohl
<jtkohl@mit.edu>
Mon, 29 Oct 1990 14:17:34 +0000
(14:17 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/include/krb5/ext-proto.h
b/src/include/krb5/ext-proto.h
index bae892cdd3108ead5f6b4fb710e2602fb3c60dc2..1b5d669cf563fc10a0a9845d95fd86d33eab06f6 100644
(file)
--- 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 <string.h>