projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccc1fd6
)
atof is const char *
author
John Kohl
<jtkohl@mit.edu>
Wed, 3 Apr 1991 15:33:18 +0000
(15:33 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 3 Apr 1991 15:33:18 +0000
(15:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1986
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/fake-stdlib.h
patch
|
blob
|
history
diff --git
a/src/include/fake-stdlib.h
b/src/include/fake-stdlib.h
index 2ea2a43646cf2e7b19e93c07ea8c24febab1536b..d52fe3fe6c61ca71fe545d2f5451557e8bbd1f42 100644
(file)
--- a/
src/include/fake-stdlib.h
+++ b/
src/include/fake-stdlib.h
@@
-132,7
+132,7
@@
int vhangup P((void ));
int write P((int , const char *, int ));
int abs P((int ));
int alarm P((unsigned ));
-double atof P((char *));
+double atof P((c
onst c
har *));
int atoi P((char *));
long atol P((char *));
int bcmp P((char *, char *, int ));