--- ray/src/common/fdate.c 1994/10/24 13:47:25 2.4 +++ ray/src/common/fdate.c 2003/02/25 02:47:21 2.6 @@ -1,12 +1,13 @@ -/* Copyright (c) 1994 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: fdate.c,v 2.6 2003/02/25 02:47:21 greg Exp $"; #endif - /* * Return file date (UNIX seconds as returned by time(2) call) + * + * External symbols declared in standard.h */ + +#include "copyright.h" #include #include