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/9/sys/dev/sk/if_sk.c
Directory Properties:
  stable/9/sys/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/sys/dev/sk/if_sk.c
  stable/7/sys/dev/sk/if_sk.c
  stable/8/sys/dev/sk/if_sk.c
Directory Properties:
  stable/10/   (props changed)
  stable/7/sys/   (props changed)
  stable/8/sys/   (props changed)

Modified: stable/9/sys/dev/sk/if_sk.c
==============================================================================
--- stable/9/sys/dev/sk/if_sk.c Sat Jan  4 17:27:43 2014        (r260264)
+++ stable/9/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 const struct sk_type sk_devs[] = {
        {
                VENDORID_SK,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"

Reply via email to