--- ray/src/common/selcall.h 1997/10/28 18:14:58 3.2 +++ ray/src/common/selcall.h 2003/02/25 02:47:22 3.5 @@ -1,11 +1,10 @@ -/* Copyright (c) 1997 Silicon Graphics, Inc. */ - -/* SCCSid "$SunId$ SGI" */ - +/* RCSid $Id: selcall.h,v 3.5 2003/02/25 02:47:22 greg Exp $ */ /* * header file for select call compatibility */ +#include "copyright.h" + #include #include #ifdef INCL_SEL_H @@ -27,4 +26,5 @@ #define FD_ZERO(p) bzero((char *)(p), sizeof(*(p))) #else #define FD_ZERO(p) memset((char *)(p), 0, sizeof(*(p))) +#endif #endif