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 eb843ff76872d..9bb301e20a930 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.23 2007/01/09 00:27:49 imp Exp $"); #include "SYS.h" |