File: patch1

package info (click to toggle)
htdig 1%3A3.2.0b6-16
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 15,624 kB
  • ctags: 9,630
  • sloc: ansic: 49,630; cpp: 46,470; sh: 17,400; xml: 4,180; perl: 2,543; makefile: 886; php: 79; asm: 14
file content (20 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (11)
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);