ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/src/balloc.c
(Generate patch)

Comparing ircd-hybrid-7.2/src/balloc.c (file contents):
Revision 907 by michael, Mon Jun 12 12:20:55 2006 UTC vs.
Revision 908 by stu, Sun Nov 4 23:21:51 2007 UTC

# Line 50 | Line 50
50   * down after we no longer need it.
51   */
52  
53 +
54   #include "stdinc.h"
55 +
56 + #if USE_BLOCK_ALLOC
57   #ifdef HAVE_MMAP /* We've got mmap() that is good */
58   #include <sys/mman.h>
59  
# Line 502 | Line 505 | block_heap_report_stats(struct Client *c
505                 block_heap_get_size_elm(bh),
506                 block_heap_get_size_mem(bh));
507   }
508 +
509 + #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines