ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/rtio.h
(Generate patch)

Comparing ray/src/common/rtio.h (file contents):
Revision 3.1 by greg, Fri Jun 27 06:53:21 2003 UTC vs.
Revision 3.2 by schorsch, Mon Jun 30 14:59:11 2003 UTC

# Line 21 | Line 21 | extern "C" {
21   #define  X_OK           1               /* executable */
22   #define  F_OK           0               /* exists */
23   #endif
24 <                                        /* string.h equivalents */
25 < #ifndef BSD
26 < #define  index                  strchr
27 < #define  rindex                 strrchr
28 < #endif
24 >
25                          /* <unistd.h> is missing on some systems */
26   extern off_t    lseek(int, off_t, int);
27  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines