From 9e2d5b6e46f788faa67f0721c4b33c1878269dfb Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 2 Jun 2003 06:02:49 +0000 Subject: Use __FBSDID(). --- sys/i386/bios/mca_machdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/i386/bios/mca_machdep.c') diff --git a/sys/i386/bios/mca_machdep.c b/sys/i386/bios/mca_machdep.c index 947d841..e9bc7e0 100644 --- a/sys/i386/bios/mca_machdep.c +++ b/sys/i386/bios/mca_machdep.c @@ -22,10 +22,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include -- cgit v1.1