ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/selcall.h
(Generate patch)

Comparing ray/src/common/selcall.h (file contents):
Revision 3.3 by gregl, Fri Oct 31 14:49:37 1997 UTC vs.
Revision 3.6 by schorsch, Fri Jun 6 16:38:47 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1997 Silicon Graphics, Inc. */
2 <
3 < /* SCCSid "$SunId$ SGI" */
4 <
1 > /* RCSid $Id$ */
2   /*
3   * header file for select call compatibility
4   */
5 + #ifndef _RAD_SELCALL_H_
6 + #define _RAD_SELCALL_H_
7 + #ifdef __cplusplus
8 + extern "C" {
9 + #endif
10  
11 + #include "copyright.h"
12 +
13   #include <sys/types.h>
14   #include <sys/time.h>
15   #ifdef INCL_SEL_H
# Line 29 | Line 33
33   #define FD_ZERO(p)      memset((char *)(p), 0, sizeof(*(p)))
34   #endif
35   #endif
36 +
37 +
38 + #ifdef __cplusplus
39 + }
40 + #endif
41 + #endif /* _RAD_SELCALL_H_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines