aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-10-10 13:15:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-10-10 13:15:26 +0000
commit8bbe68c46bd9e7858be381d448bf38cf173685f8 (patch)
tree86de1d0d160c600c6e4b08912eac8eb1b78c60df /lib/libstand
parente24ec98410bc7241efae7802172969f72293e41f (diff)
downloadsrc-8bbe68c46bd9e7858be381d448bf38cf173685f8.tar.gz
src-8bbe68c46bd9e7858be381d448bf38cf173685f8.zip
Fix the embeded VCS ID for FreeBSD vs. NetBSD.
Notes
Notes: svn path=/head/; revision=66928
Diffstat (limited to 'lib/libstand')
-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
/*