mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Fix the embeded VCS ID for FreeBSD vs. NetBSD.
This commit is contained in:
parent
e24ec98410
commit
8bbe68c46b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66928
@ -1,11 +1,10 @@
|
||||
/* $NetBSD: _setjmp.S,v 1.1 1997/03/29 20:55:53 thorpej Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
||||
#if defined(LIBC_SCCS)
|
||||
#if (defined(LIBC_SCCS) || defined(LIBC_RCS)) && !defined(lint)
|
||||
.text
|
||||
.asciz "$NetBSD: _setjmp.S,v 1.1 1997/03/29 20:55:53 thorpej Exp $"
|
||||
.asciz "$FreeBSD$"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user