summaryrefslogtreecommitdiffstats
path: root/sys/contrib/x86emu
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-09-21 08:37:57 +0000
committerdelphij <delphij@FreeBSD.org>2009-09-21 08:37:57 +0000
commit94909d6fc5b99262651258a6b67c3600dfc3268a (patch)
tree8453fb6b36732cc736198af453f9f9ff3362ace4 /sys/contrib/x86emu
parent3a9f89996b5bac5e5fb8ef30d26e76088561d2f4 (diff)
downloadFreeBSD-src-94909d6fc5b99262651258a6b67c3600dfc3268a.zip
FreeBSD-src-94909d6fc5b99262651258a6b67c3600dfc3268a.tar.gz
Use __FBSDID to embed RCS ID.
Diffstat (limited to 'sys/contrib/x86emu')
-rw-r--r--sys/contrib/x86emu/x86emu.c4
-rw-r--r--sys/contrib/x86emu/x86emu_util.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/contrib/x86emu/x86emu.c b/sys/contrib/x86emu/x86emu.c
index e59ac33..3e5a06a 100644
--- a/sys/contrib/x86emu/x86emu.c
+++ b/sys/contrib/x86emu/x86emu.c
@@ -1,6 +1,5 @@
/* $OpenBSD: x86emu.c,v 1.4 2009/06/18 14:19:21 pirofti Exp $ */
/* $NetBSD: x86emu.c,v 1.7 2009/02/03 19:26:29 joerg Exp $ */
-/* $FreeBSD$ */
/*
*
@@ -33,6 +32,9 @@
*
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <contrib/x86emu/x86emu.h>
#include <contrib/x86emu/x86emu_regs.h>
diff --git a/sys/contrib/x86emu/x86emu_util.c b/sys/contrib/x86emu/x86emu_util.c
index 41a9f72..4172f94 100644
--- a/sys/contrib/x86emu/x86emu_util.c
+++ b/sys/contrib/x86emu/x86emu_util.c
@@ -1,6 +1,5 @@
/* $OpenBSD: x86emu_util.c,v 1.5 2009/06/18 14:19:21 pirofti Exp $ */
/* $NetBSD: x86emu_util.c,v 1.2 2007/12/04 17:32:22 joerg Exp $ */
-/* $FreeBSD$ */
/*
*
@@ -33,6 +32,9 @@
*
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/endian.h>
OpenPOWER on IntegriCloud