From 51dc38ec240239b75ddaac2c55a3bc39beedc325 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Tue, 9 May 1995 20:25:20 +0000 Subject: [PATCH] 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 --- src/lib/krb5/ccache/file/ChangeLog | 6 ++++++ src/lib/krb5/ccache/file/fcc_close.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * fcc_close.c (krb5_fcc_close): Remove 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 /* * Modifies: * id -- 2.26.2