From c63dab466c1f033b389bd6ea609f595059544212 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 24 Aug 2003 17:55:58 +0000 Subject: Use __FBSDID(). Also some minor style cleanups. --- sys/dev/ofw/openfirmio.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/ofw/openfirmio.c') diff --git a/sys/dev/ofw/openfirmio.c b/sys/dev/ofw/openfirmio.c index 2faf2ee..cdf2a09 100644 --- a/sys/dev/ofw/openfirmio.c +++ b/sys/dev/ofw/openfirmio.c @@ -1,5 +1,8 @@ /* $NetBSD: openfirmio.c,v 1.4 2002/09/06 13:23:19 gehenna Exp $ */ +#include +__FBSDID("$FreeBSD$"); + /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -43,7 +46,6 @@ * * @(#)openfirm.c 8.1 (Berkeley) 6/11/93 * - * $FreeBSD$ */ #include -- cgit v1.1