diff options
Diffstat (limited to 'lib/libc/amd64/gen/makecontext.c')
-rw-r--r-- | lib/libc/amd64/gen/makecontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/gen/makecontext.c b/lib/libc/amd64/gen/makecontext.c index 15f10b50ded46..00401443aa28c 100644 --- a/lib/libc/amd64/gen/makecontext.c +++ b/lib/libc/amd64/gen/makecontext.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/gen/makecontext.c,v 1.4.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/ucontext.h> |