svn commit: r260042 - head/sys/dev/my

Dimitry Andric dim at FreeBSD.org
Sun Dec 29 17:03:46 UTC 2013


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.
  */


More information about the svn-src-all mailing list