Ticket #18148: patch-rrd_open.c.diff
File patch-rrd_open.c.diff, 329 bytes (added by vinc17@…, 16 years ago) |
---|
-
src/rrd_open.c
old new 15 15 #include <sys/stat.h> 16 16 #endif 17 17 18 #ifdef HAVE_MMAP 19 #ifdef HAVE_BROKEN_MS_ASYNC 20 #include <utime.h> 21 #endif 22 #endif 23 18 24 #define MEMBLK 8192 19 25 20 26 /* DEBUG 2 prints information obtained via mincore(2) */