diff options
Diffstat (limited to 'lib/libc/amd64/gen/setjmp.S')
-rw-r--r-- | lib/libc/amd64/gen/setjmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/gen/setjmp.S b/lib/libc/amd64/gen/setjmp.S index eff10ab92552..a37e2b4c0727 100644 --- a/lib/libc/amd64/gen/setjmp.S +++ b/lib/libc/amd64/gen/setjmp.S @@ -34,7 +34,7 @@ .asciz "@(#)setjmp.s 5.1 (Berkeley) 4/23/90" #endif /* LIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/gen/setjmp.S,v 1.27.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); /* * C library -- _setjmp, _longjmp |