#include <afsconfig.h>
#include "../afs/param.h"
-RCSID("$Header: /tmp/cvstemp/openafs/src/afs/afs_callback.c,v 1.2 2001/09/11 20:17:54 hartmans Exp $");
+RCSID("$Header: /tmp/cvstemp/openafs/src/afs/afs_callback.c,v 1.3 2001/09/20 06:04:37 hartmans Exp $");
#include "../afs/sysincludes.h" /*Standard vendor system headers*/
#include "../afs/afsincludes.h" /*AFS-based standard headers*/
t_name[i] = '\0';
if (p_name)
- memcpy(p_name, t_name, i);
+ bcopy(p_name, t_name, i);
ReleaseReadLock(&afs_xcell);
t_name[plen] = '\0';
if (p_name)
- memcpy(p_name, t_name, plen);
+ bcopy(p_name, t_name, plen);
ReleaseReadLock(&afs_xcell);