Author: dim
Date: Sat Dec 28 21:04:17 2013
New Revision: 260016
URL: http://svnweb.freebsd.org/changeset/base/260016
Log:
Remove superfluous old-style rcsid[] from if_sk.c. There is already an
__FBSDID() at the top of the file.
MFC after: 3 days
Modified:
head/sys/dev/sk/if_sk.c
Modified: head/sys/dev/sk/if_sk.c
==============================================================================
--- head/sys/dev/sk/if_sk.c Sat Dec 28 20:54:08 2013 (r260015)
+++ head/sys/dev/sk/if_sk.c Sat Dec 28 21:04:17 2013 (r260016)
@@ -139,11 +139,6 @@ MODULE_DEPEND(sk, miibus, 1, 1, 1);
/* "device miibus" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
-
static const struct sk_type sk_devs[] = {
{
VENDORID_SK,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"