diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-23 02:10:28 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-23 02:10:28 +0000 |
commit | 2fdb91d36dafb60196705e412e96c95354ef61bc (patch) | |
tree | 8521247bfca41e2a89f521f79bf401f2301ab01c /lib/libc/amd64/sys/exect.S | |
parent | 4c2f5170459e21a582f3798933e11f26c41486bf (diff) | |
download | FreeBSD-src-2fdb91d36dafb60196705e412e96c95354ef61bc.zip FreeBSD-src-2fdb91d36dafb60196705e412e96c95354ef61bc.tar.gz |
Restore CSRG ID's lost in January 1995.
Diffstat (limited to 'lib/libc/amd64/sys/exect.S')
-rw-r--r-- | lib/libc/amd64/sys/exect.S | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/amd64/sys/exect.S b/lib/libc/amd64/sys/exect.S index d3c8433..5848e61 100644 --- a/lib/libc/amd64/sys/exect.S +++ b/lib/libc/amd64/sys/exect.S @@ -34,10 +34,11 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_RCS) && !defined(lint) - .text - .asciz "$FreeBSD$" -#endif /* SYSLIBC_RCS and not lint */ +#if defined(SYSLIBC_SCCS) && !defined(lint) + .asciz "@(#)exect.s 5.1 (Berkeley) 4/23/90" +#endif /* SYSLIBC_SCCS and not lint */ +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); #include "SYS.h" #include <machine/psl.h> |