summaryrefslogtreecommitdiff
path: root/lib/libc/amd64/gen/rfork_thread.S
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-05-23 04:09:12 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-05-23 04:09:12 +0000
commit8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6 (patch)
tree81a52679e3e7f6958a04688cb683eaf21a140f5c /lib/libc/amd64/gen/rfork_thread.S
parentde7242811fa5d383ece9325e6864e857b2997f20 (diff)
Diffstat (limited to 'lib/libc/amd64/gen/rfork_thread.S')
-rw-r--r--lib/libc/amd64/gen/rfork_thread.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/gen/rfork_thread.S b/lib/libc/amd64/gen/rfork_thread.S
index aa7001c5d5873..cb3cf644d32ee 100644
--- a/lib/libc/amd64/gen/rfork_thread.S
+++ b/lib/libc/amd64/gen/rfork_thread.S
@@ -26,7 +26,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/amd64/gen/rfork_thread.S,v 1.1 2003/10/13 20:32:33 alc Exp $");
/*
* With thanks to John Dyson for the original version of this.