head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.03.20.04.34.01;	author dinoex;	state dead;
branches;
next	1.1;

1.1
date	2000.02.28.15.44.32;	author imura;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Deletion of patches didn't make it.
Thanks to Stephane.Legrand@@bigfoot.com for reporting it.

PR:		25816
Submitted by:	patrick@@watson.org
@
text
@--- 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
@


1.1
log
@Update to version 2.04.

PR:		16656
Submitted by:	Ronald Kuehn <kuehn@@rz.tu-clausthal.de>
Approved by:	maintainer
@
text
@@

