head	1.2;
access;
symbols
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	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	2002.11.27.15.38.37;	author vanilla;	state dead;
branches;
next	1.1;

1.1
date	2000.02.06.07.04.31;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Fix build in -current.

PR:		ports/45710
Submitted by:	Statue <statue@@freebsd.sinica.edu.tw>
Obtained from:	japanese/kon2-*
@
text
@--- lib/mem.c.old	Tue Jan 25 20:16:57 2000
+++ lib/mem.c	Tue Jan 25 20:28:18 2000
@@@@ -44,6 +44,7 @@@@
 	return(_rval);
 }
 
+#if 0
 void	wzero(void *head, int n)
 {
 	__asm__	("cld\n\t"
@@@@ -76,6 +77,7 @@@@
 		"S" ((long)src)
 		:"cx","di","si");
 }
+#endif
 
 void	SafeFree(void **p)
 {
@


1.1
log
@Fix for 4.0-current.

Submitted by:	Keith Jang (keith@@freebsd.sinica.edu.tw)
@
text
@@

