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.2 by gregl, Tue Oct 28 18:14:58 1997 UTC vs.
Revision 3.5 by greg, Tue Feb 25 02:47:22 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  
6 + #include "copyright.h"
7 +
8   #include <sys/types.h>
9   #include <sys/time.h>
10   #ifdef INCL_SEL_H
# Line 27 | Line 26
26   #define FD_ZERO(p)      bzero((char *)(p), sizeof(*(p)))
27   #else
28   #define FD_ZERO(p)      memset((char *)(p), 0, sizeof(*(p)))
29 + #endif
30   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines