summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-04-20 22:59:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-04-20 22:59:05 +0000
commitb04193a04adcdf95852b6978ab3e95da7bfc03ed (patch)
tree0b3d5ce97b78217deb374f404c021efbe37bd7f4 /sys/arch/luna88k
parent5c3bad716b8fd62ceb09fc597c1b634f6858090e (diff)
libsa's memcpy() is actually memmove(). make a proper memmove(), and give
memcpy() correct behaviour. This also brings the bcopy() macro into line.
Diffstat (limited to 'sys/arch/luna88k')
-rw-r--r--sys/arch/luna88k/stand/boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/stand/boot/Makefile b/sys/arch/luna88k/stand/boot/Makefile
index db52b8c6470..45ef7edd6bb 100644
--- a/sys/arch/luna88k/stand/boot/Makefile
+++ b/sys/arch/luna88k/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2016/12/03 03:34:33 aoyama Exp $
+# $OpenBSD: Makefile,v 1.10 2019/04/20 22:59:03 deraadt Exp $
# $NetBSD: Makefile,v 1.9 2013/01/22 15:48:40 tsutsui Exp $
# @(#)Makefile 8.2 (Berkeley) 8/15/93
@@ -43,7 +43,7 @@ PROG= boot
### find out what to use for libkern
.PATH: ${S}/lib/libkern
-SRCS+= memcpy.c strlcat.c strlcpy.c strlen.c
+SRCS+= memcpy.c memmove.c strlcat.c strlcpy.c strlen.c
SRCS+= muldi3.c negdi2.c ashldi3.c ashrdi3.c
### find out what to use for libsa