diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-03-03 01:09:46 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-03-03 01:09:46 +0000 |
| commit | 9c904fcdbcd6ebc1c130c4880388fec8649dc537 (patch) | |
| tree | 70e87c26ae2985ce1d9b6cd898e11883adf42a65 /lib/libc/ia64/sys/exect.S | |
| parent | 9c73bdcf24bbfedcae8483127ea135ccb39a3155 (diff) | |
Notes
Diffstat (limited to 'lib/libc/ia64/sys/exect.S')
| -rw-r--r-- | lib/libc/ia64/sys/exect.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/ia64/sys/exect.S b/lib/libc/ia64/sys/exect.S index d1c68b4b5d23..817d3b1b3848 100644 --- a/lib/libc/ia64/sys/exect.S +++ b/lib/libc/ia64/sys/exect.S @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: exect.S,v 1.2 1996/10/17 03:08:18 cgd Exp $ */ /* @@ -28,6 +27,9 @@ * rights to redistribute these changes. */ +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + #include "SYS.h" ENTRY(exect, 3) |
