]> git.sur5r.net Git - openldap/blobdiff - libraries/libmdb/idl.h
Add another FIXME comment
[openldap] / libraries / libmdb / idl.h
index 288b16f92c30e8417787bc75f4bd40097423ef40..1a51df485023608ce2e81e805c62df02978b78b7 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef _MDB_IDL_H_
 #define _MDB_IDL_H_
 
-#define AC_MEMCPY(dst,src,size)        bcopy(src,dst,size)
+#define AC_MEMCPY(dst,src,size)        memcpy(dst,src,size)
 
 #define        ID      unsigned long
 #define        NOID    ((ID)~0)