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

Comparing ray/src/hd/rhdisp.c (file contents):
Revision 3.42 by gwlarson, Thu Jul 29 15:38:40 1999 UTC vs.
Revision 3.43 by greg, Sat Feb 22 02:07:24 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1999 Silicon Graphics, Inc. */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ SGI";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   * Holodeck display process.
6   */
# Line 22 | Line 19 | static char SCCSid[] = "$SunId$ SGI";
19   #define FSIZDEF         0.125   /* default focus frame size */
20   #endif
21  
22 < #ifdef linux
22 > #if defined(freebsd)
23 > #define fbufcnt(f)      ((f)->_r)
24 > #elif defined(__GNUC__)
25   #define fbufcnt(f)      ((f)->_IO_read_end - (f)->_IO_read_ptr)
26   #else
27   #define fbufcnt(f)      ((f)->_cnt)
# Line 61 | Line 60 | main(argc, argv)
60   int     argc;
61   char    *argv[];
62   {
64        extern int      eputs();
63          int     rdy, inp, res = 0, pause = 0;
64  
65          progname = argv[0];
# Line 568 | Line 566 | char   *p;
566   }
567  
568  
569 + void
570   eputs(s)                        /* put error message to stderr */
571   register char  *s;
572   {
# Line 587 | Line 586 | register char  *s;
586   }
587  
588  
589 + void
590   quit(code)                      /* clean up and exit */
591   int     code;
592   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines