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/9/sys/dev/my/if_my.c
Directory Properties:
  stable/9/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/8/sys/dev/my/if_my.c
Directory Properties:
  stable/10/   (props changed)
  stable/7/sys/   (props changed)
  stable/8/sys/   (props changed)

Modified: stable/9/sys/dev/my/if_my.c
==============================================================================
--- stable/9/sys/dev/my/if_my.c Sat Jan  4 18:53:31 2014        (r260276)
+++ stable/9/sys/dev/my/if_my.c Sat Jan  4 18:58:18 2014        (r260277)
@@ -80,11 +80,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.
  */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to