]> git.pld-linux.org Git - packages/db3.git/blob - db3-align.patch
- BuildRequires: tcl-devel
[packages/db3.git] / db3-align.patch
1 *** env/db_salloc.c.orig        Tue Oct 19 17:22:12 1999
2 --- env/db_salloc.c     Wed Dec 31 19:00:00 1969
3 ***************
4 *** 94,101 ****
5            */
6           ++len;
7   #endif
8 !       align = align <= sizeof(size_t) ?
9 !           sizeof(size_t) : ALIGN(align, sizeof(size_t));
10   
11         /* Walk the list, looking for a slot. */
12         for (elp = SH_LIST_FIRST((struct __head *)p, __data);
13 --- 94,100 ----
14            */
15           ++len;
16   #endif
17 !       align = 8;
18   
19         /* Walk the list, looking for a slot. */
20         for (elp = SH_LIST_FIRST((struct __head *)p, __data);
This page took 0.025424 seconds and 3 git commands to generate.