Another 32bits of 64bits conformance.

Reviewed by:	phk
Submitted by:	jdp
This commit is contained in:
Poul-Henning Kamp 1997-08-31 05:59:39 +00:00
parent 2645264a72
commit 188891873e
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
* $Id: malloc.c,v 1.30 1997/08/27 06:40:34 phk Exp $
* $Id: malloc.c,v 1.31 1997/08/27 12:04:33 phk Exp $
*
*/
@ -140,7 +140,7 @@ struct pgfree {
#endif
#if !defined(malloc_pagesize)
#define malloc_pagesize (1U<<malloc_pageshift)
#define malloc_pagesize (1UL<<malloc_pageshift)
#endif
#if ((1<<malloc_pageshift) != malloc_pagesize)