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/gen/daemon.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/lib/libc/gen/daemon.c 1993/03/21 09:45:37 1.1 +++ src/lib/libc/gen/daemon.c 1993/08/01 18:31:59 1.2 @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)daemon.c 5.3 (Berkeley) 12/28/90"; +/*static char sccsid[] = "from: @(#)daemon.c 5.3 (Berkeley) 12/28/90";*/ +static char rcsid[] = "$Id: daemon.c,v 1.2 1993/08/01 18:31:59 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include