Ticket #10537: mythplugins_0.25_gcc_4.7.patch

File mythplugins_0.25_gcc_4.7.patch, 423 bytes (added by mythtv@…, 12 years ago)
Line 
1*** ./mythplugins/mythzoneminder/mythzmserver/zmserver.cpp.org  2012-03-31 20:52:29.758725508 -0400
2--- ./mythplugins/mythzoneminder/mythzmserver/zmserver.cpp      2012-04-01 11:35:07.606546517 -0400
3***************
4*** 24,33 ****
5  #include <netinet/in.h>
6  #include <sys/stat.h>
7  #include <sys/shm.h>
8-
9- #if _POSIX_MAPPED_FILES > 0L
10  #include <sys/mman.h>
11- #endif
12 
13  #ifdef linux
14  #  include <sys/vfs.h>
15--- 24,30 ----