From: Richard Henderson Date: Sat, 16 Sep 2000 17:48:10 +0000 (-0700) Subject: * cppiles.c (purge_cache): Use PTR not caddr_t. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f84c9bdaa1cb47ea42eead3da3bdbc992aec80b;p=platform%2Fupstream%2Fgcc.git * cppiles.c (purge_cache): Use PTR not caddr_t. From-SVN: r36458 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a407372..c581bdf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-09-16 Richard Henderson + + * cppiles.c (purge_cache): Use PTR not caddr_t. + 2000-09-16 Hans-Peter Nilsson * gcc.c: In description for %{buffer) { if (inc->mapped) - munmap ((caddr_t) inc->buffer, inc->st.st_size); + munmap ((PTR) inc->buffer, inc->st.st_size); else free ((PTR) inc->buffer); inc->buffer = NULL;