Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2014 18:58:19 +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-8@freebsd.org
Subject:   svn commit: r260277 - in stable: 10/sys/dev/my 7/sys/dev/my 8/sys/dev/my 9/sys/dev/my
Message-ID:  <201401041858.s04IwJRD051744@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Sat Jan  4 18:58:18 2014
New Revision: 260277
URL: http://svnweb.freebsd.org/changeset/base/260277

Log:
  MFC r260042:
  
  Remove superfluous old-style rcsid[] from if_my.c.  There is already an
  __FBSDID() at the top of the file.

Modified:
  stable/8/sys/dev/my/if_my.c
Directory Properties:
  stable/8/sys/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/sys/dev/my/if_my.c
  stable/7/sys/dev/my/if_my.c
  stable/9/sys/dev/my/if_my.c
Directory Properties:
  stable/10/   (props changed)
  stable/7/sys/   (props changed)
  stable/9/sys/   (props changed)

Modified: stable/8/sys/dev/my/if_my.c
==============================================================================
--- stable/8/sys/dev/my/if_my.c	Sat Jan  4 18:53:31 2014	(r260276)
+++ stable/8/sys/dev/my/if_my.c	Sat Jan  4 18:58:18 2014	(r260277)
@@ -81,11 +81,6 @@ static int      MY_USEIOSPACE = 1;
 
 #include <dev/my/if_myreg.h>
 
-#ifndef lint
-static          const char rcsid[] =
-"$Id: if_my.c,v 1.16 2003/04/15 06:37:25 mdodd Exp $";
-#endif
-
 /*
  * Various supported device vendors/types and their names.
  */



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