From 059407e4d960a3ca304d62b719437fcbcca73704 Mon Sep 17 00:00:00 2001 From: mux Date: Mon, 30 Dec 2002 12:46:08 +0000 Subject: Leave only one of the two $FreeBSD$ tag, and use __FBSDID(). --- sys/pci/if_xl.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c index a995930..8a693df 100644 --- a/sys/pci/if_xl.c +++ b/sys/pci/if_xl.c @@ -29,7 +29,6 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ */ /* @@ -100,6 +99,9 @@ * PCI-based NICs. */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include @@ -148,11 +150,6 @@ MODULE_DEPEND(xl, miibus, 1, 1, 1); #include -#if !defined(lint) -static const char rcsid[] = - "$FreeBSD$"; -#endif - #define XL905B_CSUM_FEATURES (CSUM_IP | CSUM_TCP | CSUM_UDP) /* -- cgit v1.1