Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2013 17:03:45 +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: r260042 - head/sys/dev/my
Message-ID:  <201312291703.rBTH3jdR027120@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Sun Dec 29 17:03:45 2013
New Revision: 260042
URL: http://svnweb.freebsd.org/changeset/base/260042

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

Modified:
  head/sys/dev/my/if_my.c

Modified: head/sys/dev/my/if_my.c
==============================================================================
--- head/sys/dev/my/if_my.c	Sun Dec 29 16:43:35 2013	(r260041)
+++ head/sys/dev/my/if_my.c	Sun Dec 29 17:03:45 2013	(r260042)
@@ -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?201312291703.rBTH3jdR027120>