aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libstand/powerpc/_setjmp.S5
1 files changed, 2 insertions, 3 deletions
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 <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
/*