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

Comparing ray/src/px/ra_skel.c (file contents):
Revision 2.2 by greg, Thu Dec 19 14:52:19 1991 UTC vs.
Revision 2.5 by greg, Fri Jun 4 14:47:53 1993 UTC

# Line 1 | Line 1
1 + /* Copyright (c) 1992 Regents of the University of California */
2 +
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ LBL";
5   #endif
# Line 17 | Line 19 | static char SCCSid[] = "$SunId$ LBL";
19   */
20  
21   #include  <stdio.h>
22 + #include  <math.h>
23 + #ifdef MSDOS
24 + #include  <fcntl.h>
25 + #endif
26   #include  "color.h"
27   #include  "resolu.h"
28  
29 + extern char  *malloc();
30  
31   double  gamma = 2.2;                    /* gamma correction */
32  
# Line 71 | Line 78 | char  *argv[];
78                                  progname, argv[i+1]);
79                  exit(1);
80          }
81 + #ifdef MSDOS
82 +        setmode(fileno(stdin), O_BINARY);
83 +        setmode(fileno(stdout), O_BINARY);
84 + #endif
85          setcolrgam(gamma);              /* set up gamma correction */
86          if (reverse) {
87                                          /* get their image resolution */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines