projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25f62e7
)
include <string.h> for stdc, too, and remove those decl's from <stdlib.h>
author
John Kohl
<jtkohl@mit.edu>
Mon, 2 Apr 1990 16:50:31 +0000
(16:50 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 2 Apr 1990 16:50:31 +0000
(16:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@447
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 cb05730a739effa4210a0daa4229b7e3117abbb9..133e311e2c2956758d17305aded326bc857652d0 100644
(file)
--- a/
src/include/krb5/ext-proto.h
+++ b/
src/include/krb5/ext-proto.h
@@
-13,18
+13,16
@@
#include <krb5/copyright.h>
-#ifndef
_
_EXT_PROTO__
-#define
_
_EXT_PROTO__
+#ifndef
KRB5
_EXT_PROTO__
+#define
KRB5
_EXT_PROTO__
#ifdef __STDC__
#include <stdlib.h>
#else
-
extern char *malloc(), *index(), *calloc();
extern char *getenv();
+#endif /* ! __STDC__ */
#include <string.h>
-#endif /* ! __STDC__ */
-
-#endif /* __EXT_PROTO__ */
+#endif /* KRB5_EXT_PROTO__ */