--- ray/src/common/eputs.c 1991/11/12 16:55:53 2.1 +++ ray/src/common/eputs.c 2003/07/17 09:21:29 2.4 @@ -1,11 +1,17 @@ -/* 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.4 2003/07/17 09:21:29 schorsch Exp $"; #endif +/* + * Default error output function. + */ +#include "copyright.h" + #include +#include "rterror.h" + +void eputs(s) /* error message */ char *s; {