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.4 by sf-exg, Fri Oct 24 14:53:20 2014 UTC vs.
Revision 1.5 by sf-exg, Tue Oct 28 09:10:33 2014 UTC

3# define _GNU_SOURCE 3# define _GNU_SOURCE
4#endif 4#endif
5 5
6/* enable the POSIX prototypes of mmap/munmap on Solaris */ 6/* enable the POSIX prototypes of mmap/munmap on Solaris */
7#ifdef __sun 7#ifdef __sun
8# if __STDC_VERSION__ - 0 >= 199901L 8# if __STDC_VERSION__ >= 199901L
9# define _XOPEN_SOURCE 600 9# define _XOPEN_SOURCE 600
10# else 10# else
11# define _XOPEN_SOURCE 500 11# define _XOPEN_SOURCE 500
12# endif 12# endif
13#endif 13#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines