summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha/sys/fork.S
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-01-19 00:17:03 +0000
committerobrien <obrien@FreeBSD.org>2003-01-19 00:17:03 +0000
commit6f344674a0af04f9a80844d7e0495643cfd96161 (patch)
tree5ad6381005ef348f73f0a44a1b0bced5f5836a88 /lib/libc/alpha/sys/fork.S
parent9ae17ce1370af41bcf1c5db5630f056ec6e3345e (diff)
downloadFreeBSD-src-6f344674a0af04f9a80844d7e0495643cfd96161.zip
FreeBSD-src-6f344674a0af04f9a80844d7e0495643cfd96161.tar.gz
Use __FBSDID.
Diffstat (limited to 'lib/libc/alpha/sys/fork.S')
-rw-r--r--lib/libc/alpha/sys/fork.S5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/alpha/sys/fork.S b/lib/libc/alpha/sys/fork.S
index 295e588..aa4240a 100644
--- a/lib/libc/alpha/sys/fork.S
+++ b/lib/libc/alpha/sys/fork.S
@@ -25,10 +25,11 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- *
- * $FreeBSD$
*/
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+
#include "SYS.h"
SYSCALL(fork)
OpenPOWER on IntegriCloud