--- ray/src/common/eputs.c 1991/07/15 11:25:05 1.1 +++ ray/src/common/eputs.c 2003/02/25 02:47:21 2.3 @@ -1,11 +1,15 @@ -/* Copyright (c) 1991 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: eputs.c,v 2.3 2003/02/25 02:47:21 greg Exp $"; #endif +/* + * Default error output function. + */ +#include "copyright.h" + #include +void eputs(s) /* error message */ char *s; {