Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2014 17:33:07 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r260265 - in stable: 10/sys/dev/sk 7/sys/dev/sk 8/sys/dev/sk 9/sys/dev/sk
Message-ID:  <201401041733.s04HX7gP018834@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401041733.s04HX7gP018834>