svn commit: r260277 - in stable: 10/sys/dev/my 7/sys/dev/my 8/sys/dev/my 9/sys/dev/my
Dimitry Andric
dim at FreeBSD.org
Sat Jan 4 18:58:19 UTC 2014
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.
*/
More information about the svn-src-stable-9
mailing list