Date: Sat, 28 Dec 2013 21:04:17 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r260016 - head/sys/dev/sk Message-ID: <201312282104.rBSL4HJc057319@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312282104.rBSL4HJc057319>