mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a334a8034e
But kon does not work on 4-current(with new syscons). Now I'll fix this problem. Submitted by: Issei Suzuki <issei@issei.org> Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/8671
20 lines
316 B
Plaintext
20 lines
316 B
Plaintext
diff -ur lib/mem.c.old lib/mem.c
|
|
--- 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)
|
|
{
|