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

Comparing ray/src/common/standard.h (file contents):
Revision 2.28 by greg, Fri Jun 20 16:12:39 2003 UTC vs.
Revision 2.29 by greg, Sat Jun 21 14:48:54 2003 UTC

# Line 103 | Line 103 | extern char  errmsg[];                 /* global buffer for error me
103   #define  index                  strchr
104   #define  rindex                 strrchr
105   #endif
106 < extern off_t  lseek();
106 >
107 >                        /* <unistd.h> is missing on some systems */
108 > extern off_t  lseek(int, off_t, int);
109  
110   #ifdef _WIN32
111   #define NIX 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines