From 062c960d1b04a152d25f70b6ffd694e399527b71 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 25 Aug 2003 23:30:41 +0000 Subject: Use __FBSDID(). Also some minor style cleanups. --- sys/boot/common/console.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/boot/common/console.c') diff --git a/sys/boot/common/console.c b/sys/boot/common/console.c index 3f2a879..0fc138c 100644 --- a/sys/boot/common/console.c +++ b/sys/boot/common/console.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 -- cgit v1.1