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

Comparing ray/src/util/getinfo.c (file contents):
Revision 2.10 by greg, Mon Jul 28 17:25:03 2014 UTC vs.
Revision 2.11 by greg, Mon Jul 28 20:12:20 2014 UTC

# Line 21 | Line 21 | static const char      RCSid[] = "$Id$";
21   #endif
22  
23   #ifdef _WIN32
24 + #include <process.h>
25   #define execvp  _execvp
26   #endif
27  
# Line 145 | Line 146 | static void
146   copycat(void)                   /* copy input to output */
147   {
148          char    buf[8192];
149 <        ssize_t n;
149 >        int     n;
150  
151          fflush(stdout);
152          while ((n = fread(buf, 1, sizeof(buf), stdin)) > 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines