--- ray/src/px/pf2.c 1996/04/02 10:32:29 2.5 +++ ray/src/px/pf2.c 2003/02/22 02:07:27 2.6 @@ -1,15 +1,14 @@ -/* Copyright (c) 1994 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: pf2.c,v 2.6 2003/02/22 02:07:27 greg Exp $"; #endif - /* * pf2.c - routines used by pfilt. */ #include +#include + #include #include "random.h" @@ -75,7 +74,6 @@ pass1scan(scan, y) /* process first pass scanline */ register COLOR *scan; int y; { - extern char *malloc(); double cbrt; register int x; register HOTPIX *hp;