diff options
| author | John Kohl <jtkohl@mit.edu> | 1991-04-03 15:33:18 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1991-04-03 15:33:18 +0000 |
| commit | 506f6e70ec6695fe2ccf4f475fd9e559cc8f7f6d (patch) | |
| tree | 03418be6c39624c1310e772f5c84007a03208f4a /src/include/fake-stdlib.h | |
| parent | ccc1fd63ca58d1a75ccd65f1aea418d008ad117f (diff) | |
| download | krb5-506f6e70ec6695fe2ccf4f475fd9e559cc8f7f6d.tar.gz krb5-506f6e70ec6695fe2ccf4f475fd9e559cc8f7f6d.tar.xz krb5-506f6e70ec6695fe2ccf4f475fd9e559cc8f7f6d.zip | |
atof is const char *
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1986 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/fake-stdlib.h')
| -rw-r--r-- | src/include/fake-stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/fake-stdlib.h b/src/include/fake-stdlib.h index 2ea2a4364..d52fe3fe6 100644 --- 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((const char *)); int atoi P((char *)); long atol P((char *)); int bcmp P((char *, char *, int )); |
