mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fb3062ab44
PR: 16656 Submitted by: Ronald Kuehn <kuehn@rz.tu-clausthal.de> Approved by: maintainer
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
--- byterun/config.h.orig Fri Feb 11 18:34:29 2000
|
|
+++ byterun/config.h Fri Feb 11 18:34:06 2000
|
|
@@ -27,6 +27,7 @@
|
|
|
|
#ifdef HAS_MEMMOVE
|
|
#undef bcopy
|
|
+#include <string.h>
|
|
#define bcopy(src,dst,len) memmove((dst), (src), (len))
|
|
#else
|
|
#ifdef HAS_BCOPY
|