Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 06:10:37 -0700 (PDT)
From:      Serguei Tzukanov <tzukanov@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19140 for review
Message-ID:  <200210121310.g9CDAbCl005006@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19140

Change 19140 by tzukanov@tzukanov_antares on 2002/10/12 06:10:08

	Fix typo.
	'make -DNOLIBC_R -DNOPROFILE TARGET_ARCH=s390 build{kernel|world}'
	now works. Note that hercules in ports does not actually work for
	unknown reason (at least on -current). I'll send instructions on
	getting freebsd run in emulatore when i figure this out.

Affected files ...

.. //depot/projects/s390/lib/libc/stdlib/malloc.c#4 edit

Differences ...

==== //depot/projects/s390/lib/libc/stdlib/malloc.c#4 (text+ko) ====

@@ -45,7 +45,7 @@
 
 #include "namespace.h"
 #if defined(__FreeBSD__)
-#   if defined(__i386__) || if defined(__s390__)
+#   if defined(__i386__) || defined(__s390__)
 #       define malloc_pageshift		12U
 #       define malloc_minsize		16U
 #   endif

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210121310.g9CDAbCl005006>