From 8bbe68c46bd9e7858be381d448bf38cf173685f8 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" 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') diff --git a/lib/libstand/powerpc/_setjmp.S b/lib/libstand/powerpc/_setjmp.S index 50a39b02dbcc..e834cb443a0f 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.2.3