Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Apr 2007 09:44:36 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 117488 for review
Message-ID:  <200704060944.l369ia1W081564@repoman.freebsd.org>

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

Change 117488 by gonzo@gonzo_jeeves on 2007/04/06 09:43:40

	o Replace SIZEOF_PTR with SIZEOF_PTR_2POW

Affected files ...

.. //depot/projects/mips2/src/lib/libc/stdlib/malloc.c#5 edit

Differences ...

==== //depot/projects/mips2/src/lib/libc/stdlib/malloc.c#5 (text+ko) ====

@@ -197,7 +197,7 @@
 #endif
 #ifdef __mips__
 #  define QUANTUM_2POW_MIN	3
-#  define SIZEOF_PTR		4
+#  define SIZEOF_PTR_2POW	2
 #  define USE_BRK
 #  define NO_TLS
 #endif



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