removed memmove

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1974 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-06 21:03:20 +00:00
parent 27c3f791cb
commit f119c52833

View File

@@ -2,12 +2,6 @@
RCSID("$Id$");
/* XXX */
#ifdef sun
#define memmove(a,b,c) bcopy(b,a,c)
#endif
void
krb5_data_free(krb5_data *p)
{