Remove memmove macro.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1881 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -2,12 +2,6 @@
|
|||||||
|
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
/* XXX */
|
|
||||||
|
|
||||||
#ifdef sun
|
|
||||||
#define memmove(a,b,c) bcopy(b,a,c)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Public principal handling functions */
|
/* Public principal handling functions */
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user