Use malloc/realloc/free instead of the "near" counterparts. The
authorRichard Basch <probe@mit.edu>
Fri, 21 Feb 1997 04:39:08 +0000 (04:39 +0000)
committerRichard Basch <probe@mit.edu>
Fri, 21 Feb 1997 04:39:08 +0000 (04:39 +0000)
commitfecbcd05c7200985159ed65826cada19b12effa9
tree98d97b96b7ac4b3e67523d874cd838a6426ede8d
parentd6d793ff482fbdb7c5bb903f8a73a4bf4b209747
Use malloc/realloc/free instead of the "near" counterparts.  The
functions _nmalloc, _nrealloc, and _nfree don't seem to exist under win32
and the pointer manipulation is more complex than if we simply just use
the "normal" counterparts with a large-memory model build.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9940 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb4/ChangeLog
src/lib/krb4/memcache.c