Use __FBSDID to embed RCS ID.

This commit is contained in:
Xin LI 2009-09-21 08:37:57 +00:00
parent bd03af3607
commit 0a2e9846fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197386
2 changed files with 6 additions and 2 deletions

View file

@ -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>

View file

@ -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>