From 7d804031bda84ee3fec3af95fe0e2cf653e137a2 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 11 Jun 2003 06:34:30 +0000 Subject: Use __FBSDID(). --- sys/dev/de/if_de.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dev/de') diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index de984d8..3aa15c8 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -1,7 +1,4 @@ /* $NetBSD: if_de.c,v 1.86 1999/06/01 19:17:59 thorpej Exp $ */ - -/* $FreeBSD$ */ - /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) * All rights reserved. @@ -26,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * Id: if_de.c,v 1.94 1997/07/03 16:55:07 thomas Exp - * */ /* @@ -38,6 +34,10 @@ * This driver supports the DEC DE435 or any other PCI * board which support 21040, 21041, or 21140 (mostly). */ + +#include +__FBSDID("$FreeBSD$"); + #define TULIP_HDR_DATA #include -- cgit v1.1