svn commit: r260265 - in stable: 10/sys/dev/sk 7/sys/dev/sk 8/sys/dev/sk 9/sys/dev/sk
Dimitry Andric
dim at FreeBSD.org
Sat Jan 4 17:33:07 UTC 2014
Author: dim
Date: Sat Jan 4 17:33:05 2014
New Revision: 260265
URL: http://svnweb.freebsd.org/changeset/base/260265
Log:
MFC r260016:
Remove superfluous old-style rcsid[] from if_sk.c. There is already an
__FBSDID() at the top of the file.
Modified:
stable/7/sys/dev/sk/if_sk.c
Directory Properties:
stable/7/sys/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/10/sys/dev/sk/if_sk.c
stable/8/sys/dev/sk/if_sk.c
stable/9/sys/dev/sk/if_sk.c
Directory Properties:
stable/10/ (props changed)
stable/8/sys/ (props changed)
stable/9/sys/ (props changed)
Modified: stable/7/sys/dev/sk/if_sk.c
==============================================================================
--- stable/7/sys/dev/sk/if_sk.c Sat Jan 4 17:27:43 2014 (r260264)
+++ stable/7/sys/dev/sk/if_sk.c Sat Jan 4 17:33:05 2014 (r260265)
@@ -138,11 +138,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 struct sk_type sk_devs[] = {
{
VENDORID_SK,
More information about the svn-src-stable
mailing list