summaryrefslogtreecommitdiffstats
path: root/sys/contrib/x86emu/x86emu.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/x86emu/x86emu.c')
-rw-r--r--sys/contrib/x86emu/x86emu.c4
1 files changed, 3 insertions, 1 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>
OpenPOWER on IntegriCloud