summaryrefslogtreecommitdiff
path: root/serverboot/ffs_file_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'serverboot/ffs_file_io.c')
-rw-r--r--serverboot/ffs_file_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverboot/ffs_file_io.c b/serverboot/ffs_file_io.c
index ce67fdc8..0055c302 100644
--- a/serverboot/ffs_file_io.c
+++ b/serverboot/ffs_file_io.c
@@ -625,7 +625,7 @@ ffs_open_file(master_device_port, path, fp)
if (++nlinks > MAXSYMLINKS)
RETURN (FS_SYMLINK_LOOP);
- ovbcopy(cp, &namebuf[link_len], len);
+ memmove (&namebuf[link_len], cp, len);
#ifdef IC_FASTLINK
if ((fp->i_flags & IC_FASTLINK) != 0) {