Changed to conform to NetBSD's new RCS Id convention.

This commit is contained in:
jtc 1994-12-10 11:23:43 +00:00
parent 362fb60ac0
commit cb010fc468
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* $NetBSD: sigsetjmp.c,v 1.2 1994/12/10 11:23:43 jtc Exp $ */
/*
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@ -32,7 +34,10 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)sigsetjmp.c 8.1 (Berkeley) 6/4/93";
#endif
static char rcsid[] = "$NetBSD: sigsetjmp.c,v 1.2 1994/12/10 11:23:43 jtc Exp $";
#endif /* LIBC_SCCS and not lint */
#include <setjmp.h>