ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/x11.c
(Generate patch)

Comparing ray/src/rt/x11.c (file contents):
Revision 2.32 by schorsch, Tue Mar 30 16:13:01 2004 UTC vs.
Revision 2.33 by greg, Wed Nov 21 16:42:03 2007 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9  
10   #include  "standard.h"
11   #include  <sys/ioctl.h>
12 #ifdef sparc
13 #include  <sys/conf.h>
14 #include  <sys/file.h>
15 #include  <sys/filio.h>
16 #endif
12   #if  !defined(FNDELAY) && defined(O_NONBLOCK)
13   #define  FNDELAY  O_NONBLOCK
14   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines