ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/emman.c
(Generate patch)

Comparing rxvt-unicode/src/emman.c (file contents):
Revision 1.6 by root, Thu Oct 30 21:55:15 2014 UTC vs.
Revision 1.7 by root, Thu Oct 30 21:59:18 2014 UTC

20 20
21#ifndef _WIN32 21#ifndef _WIN32
22# include <unistd.h> 22# include <unistd.h>
23#endif 23#endif
24 24
25#if _POSIX_MAPPED_FILES 25#if _POSIX_MAPPED_FILES > 0
26# define USE_MMAP 1 26# define USE_MMAP 1
27# include <sys/mman.h> 27# include <sys/mman.h>
28# ifndef MAP_FAILED 28# ifndef MAP_FAILED
29# define MAP_FAILED ((void *)-1) 29# define MAP_FAILED ((void *)-1)
30# endif 30# endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines