From db661fd431b195ae21fcf59f33bd4271a4c7e64f Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 10 Oct 2000 13:15:26 +0000 Subject: Fix the embeded VCS ID for FreeBSD vs. NetBSD. --- lib/libstand/powerpc/_setjmp.S | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/libstand/powerpc') diff --git a/lib/libstand/powerpc/_setjmp.S b/lib/libstand/powerpc/_setjmp.S index 50a39b0..e834cb4 100644 --- a/lib/libstand/powerpc/_setjmp.S +++ b/lib/libstand/powerpc/_setjmp.S @@ -1,11 +1,10 @@ /* $NetBSD: _setjmp.S,v 1.1 1997/03/29 20:55:53 thorpej Exp $ */ -/* $FreeBSD$ */ #include -#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 /* -- cgit v1.1