diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1995-05-09 20:25:20 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1995-05-09 20:25:20 +0000 |
| commit | 51dc38ec240239b75ddaac2c55a3bc39beedc325 (patch) | |
| tree | 6ad7af4e92261f75116fb67267b40e13889e75e8 /src/lib | |
| parent | 696ba8d0fc4996c0114628a7d321dd0116af01f5 (diff) | |
| download | krb5-51dc38ec240239b75ddaac2c55a3bc39beedc325.tar.gz krb5-51dc38ec240239b75ddaac2c55a3bc39beedc325.tar.xz krb5-51dc38ec240239b75ddaac2c55a3bc39beedc325.zip | |
Remove inclusion of malloc.h. k5-int.h already handles declarations of
malloc.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5786 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/ccache/file/ChangeLog | 6 | ||||
| -rw-r--r-- | src/lib/krb5/ccache/file/fcc_close.c | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/file/ChangeLog b/src/lib/krb5/ccache/file/ChangeLog index 8df729730..067ec852f 100644 --- a/src/lib/krb5/ccache/file/ChangeLog +++ b/src/lib/krb5/ccache/file/ChangeLog @@ -1,3 +1,9 @@ +Tue May 9 16:23:39 1995 Ezra Peisach <epeisach@kangaroo.mit.edu> + + * fcc_close.c (krb5_fcc_close): Remove <malloc.h> as not all + platforms have it and k5-int.h already takes care of + malloc declarations. + Thu Apr 13 15:49:16 1995 Keith Vetter (keithv@fusion.com) * *.[ch]: removed unneeded INTERFACE from non-api functions. diff --git a/src/lib/krb5/ccache/file/fcc_close.c b/src/lib/krb5/ccache/file/fcc_close.c index 4c549aa3f..71e52f549 100644 --- a/src/lib/krb5/ccache/file/fcc_close.c +++ b/src/lib/krb5/ccache/file/fcc_close.c @@ -27,7 +27,6 @@ #include "fcc.h" -#include <malloc.h> /* * Modifies: * id |
