--- ray/src/common/getpagesize.c 1993/10/20 11:44:30 2.3 +++ ray/src/common/getpagesize.c 2003/02/25 02:47:21 2.5 @@ -1,12 +1,11 @@ -/* Copyright (c) 1993 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: getpagesize.c,v 2.5 2003/02/25 02:47:21 greg Exp $"; #endif - /* * Return system page size for non-BSD machine. */ + +#include "copyright.h" #ifndef BSD