diff options
Diffstat (limited to 'lib/libc/i386/sys/exect.S')
-rw-r--r-- | lib/libc/i386/sys/exect.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/sys/exect.S b/lib/libc/i386/sys/exect.S index 5eb0d44d3bee..22688891194f 100644 --- a/lib/libc/i386/sys/exect.S +++ b/lib/libc/i386/sys/exect.S @@ -34,7 +34,7 @@ .asciz "@(#)exect.s 5.1 (Berkeley) 4/23/90" #endif /* SYSLIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/i386/sys/exect.S,v 1.10.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include "SYS.h" #include <machine/psl.h> |