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/raise.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/lib/libc/gen/raise.c 1993/11/11 19:04:32 1.4 +++ src/lib/libc/gen/raise.c 1995/02/27 04:35:54 1.5 @@ -1,6 +1,8 @@ +/* $NetBSD: raise.c,v 1.5 1995/02/27 04:35:54 cgd Exp $ */ + /*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,11 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)raise.c 5.1 (Berkeley) 2/19/91";*/ -static char *rcsid = "$Id: raise.c,v 1.4 1993/11/11 19:04:32 jtc Exp $"; +#if 0 +static char sccsid[] = "@(#)raise.c 8.1 (Berkeley) 6/4/93"; +#else +static char rcsid[] = "$NetBSD: raise.c,v 1.5 1995/02/27 04:35:54 cgd Exp $"; +#endif #endif /* LIBC_SCCS and not lint */ #include