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 911 by stu, Sun Nov 4 23:21:51 2007 UTC vs.
Revision 912 by michael, Wed Nov 7 22:47:44 2007 UTC

# Line 52 | Line 52
52  
53  
54   #include "stdinc.h"
55
56 #if USE_BLOCK_ALLOC
55   #ifdef HAVE_MMAP /* We've got mmap() that is good */
56   #include <sys/mman.h>
57  
# Line 505 | Line 503 | block_heap_report_stats(struct Client *c
503                 block_heap_get_size_elm(bh),
504                 block_heap_get_size_mem(bh));
505   }
508
509 #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines