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

Comparing ray/src/px/oki20.c (file contents):
Revision 2.7 by greg, Thu Oct 8 10:05:20 1992 UTC vs.
Revision 2.9 by greg, Sat Feb 22 02:07:27 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1992 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   *  oki20.c - program to dump pixel file to OkiMate 20 printer.
6   */
# Line 12 | Line 9 | static char SCCSid[] = "$SunId$ LBL";
9   #ifdef MSDOS
10   #include  <fcntl.h>
11   #endif
12 + #include  <time.h>
13  
14   #include  "color.h"
15   #include  "resolu.h"
# Line 45 | Line 43 | char  *argv[];
43                  dofilter++;
44                  argv++; argc--;
45          }
48 #ifdef _IOLBF
49        stdout->_flag &= ~_IOLBF;
50 #endif
46          if (argc < 2)
47                  status = printp(NULL) == -1;
48          else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines