ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/Development/ray/src/gen/ezxml.c
(Generate patch)

Comparing ray/src/gen/ezxml.c (file contents):
Revision 2.3 by greg, Thu Dec 13 07:03:37 2007 UTC vs.
Revision 2.4 by greg, Wed Nov 12 03:54:31 2008 UTC

# Line 30 | Line 30 | static const char RCSid[] = "$Id$";
30   #include <stdarg.h>
31   #include <string.h>
32   #include <ctype.h>
33 #include <unistd.h>
33   #include <sys/types.h>
34   #ifndef EZXML_NOMMAP
35 + #include <unistd.h>
36   #include <sys/mman.h>
37   #endif // EZXML_NOMMAP
38   #include <sys/stat.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines