From 201f78d6b90635d961fa373ecd706e3786333b7e Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Thu, 11 Jan 2007 22:54:46 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELENG_6_2_0_RELEASE'. This commit was manufactured to restore the state of the 6.2-RELEASE image. --- sys/dev/sk/if_sk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/sk/if_sk.c') diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c index 6a5f349627a1..f3daee9fb14b 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/if_sk.c @@ -48,7 +48,7 @@ */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sk/if_sk.c,v 1.125.2.5 2006/08/17 00:03:58 yongari Exp $"); /* * SysKonnect SK-NET gigabit ethernet driver for FreeBSD. Supports @@ -140,7 +140,7 @@ MODULE_DEPEND(sk, miibus, 1, 1, 1); #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/dev/sk/if_sk.c,v 1.125.2.5 2006/08/17 00:03:58 yongari Exp $"; #endif static struct sk_type sk_devs[] = { -- cgit v1.2.3