blob: c4da384d357c03e7cedd0a35c4e116b620f6c621 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
*** env/db_salloc.c.orig Tue Oct 19 17:22:12 1999
--- env/db_salloc.c Wed Dec 31 19:00:00 1969
***************
*** 94,101 ****
*/
++len;
#endif
! align = align <= sizeof(size_t) ?
! sizeof(size_t) : ALIGN(align, sizeof(size_t));
/* Walk the list, looking for a slot. */
for (elp = SH_LIST_FIRST((struct __head *)p, __data);
--- 94,100 ----
*/
++len;
#endif
! align = 8;
/* Walk the list, looking for a slot. */
for (elp = SH_LIST_FIRST((struct __head *)p, __data);
|