--- ray/src/common/process.c 1993/04/16 10:26:45 2.4 +++ ray/src/common/process.c 2003/02/25 02:47:21 2.6 @@ -1,12 +1,13 @@ -/* Copyright (c) 1991 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: process.c,v 2.6 2003/02/25 02:47:21 greg Exp $"; #endif - /* * Routines to communicate with separate process via dual pipes + * + * External symbols declared in standard.h */ + +#include "copyright.h" /* find pipe buffer limit */ #include