diff options
Diffstat (limited to 'lib/libc/amd64/sys/vfork.S')
| -rw-r--r-- | lib/libc/amd64/sys/vfork.S | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/amd64/sys/vfork.S b/lib/libc/amd64/sys/vfork.S index d955e5f15294..0da296cc42f2 100644 --- a/lib/libc/amd64/sys/vfork.S +++ b/lib/libc/amd64/sys/vfork.S @@ -34,7 +34,7 @@  	.asciz "@(#)Ovfork.s	5.1 (Berkeley) 4/23/90"  #endif /* SYSLIBC_SCCS and not lint */  #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/vfork.S,v 1.24.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $");  #include "SYS.h" | 
