Changed to conform to NetBSD's new RCS Id convention.
This commit is contained in:
parent
362fb60ac0
commit
cb010fc468
|
@ -1,3 +1,5 @@
|
||||||
|
/* $NetBSD: sigsetjmp.c,v 1.2 1994/12/10 11:23:43 jtc Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1993
|
* Copyright (c) 1993
|
||||||
* The Regents of the University of California. All rights reserved.
|
* The Regents of the University of California. All rights reserved.
|
||||||
|
@ -32,7 +34,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(LIBC_SCCS) && !defined(lint)
|
#if defined(LIBC_SCCS) && !defined(lint)
|
||||||
|
#if 0
|
||||||
static char sccsid[] = "@(#)sigsetjmp.c 8.1 (Berkeley) 6/4/93";
|
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 */
|
#endif /* LIBC_SCCS and not lint */
|
||||||
|
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
|
|
Loading…
Reference in New Issue