mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix the embeded VCS ID for FreeBSD vs. NetBSD.
This commit is contained in:
parent
e24ec98410
commit
8bbe68c46b
1 changed files with 2 additions and 3 deletions
|
|
@ -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 a new issue