Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/compat-43/setpgrp.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/lib/libc/compat-43/setpgrp.c 1993/03/21 09:45:37 1.1 +++ src/lib/libc/compat-43/setpgrp.c 1993/08/01 18:44:10 1.2 @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)setpgrp.c 5.2 (Berkeley) 2/24/91"; +/*static char sccsid[] = "from: @(#)setpgrp.c 5.2 (Berkeley) 2/24/91";*/ +static char rcsid[] = "$Id: setpgrp.c,v 1.2 1993/08/01 18:44:10 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include